summaryrefslogtreecommitdiffstats
path: root/include/drivers/brcm/scp.h
blob: 7806314faaa173f3adbb5faf6e19179d6a38454b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2017 - 2020, Broadcom
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SCP_H
#define SCP_H

#include <stdint.h>

int download_scp_patch(void *image, unsigned int image_size);

#endif /* SCP_H */