1 /*
2  * Copyright (c) 2017 - 2020, Broadcom
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef SCP_H
8 #define SCP_H
9 
10 #include <stdint.h>
11 
12 int download_scp_patch(void *image, unsigned int image_size);
13 
14 #endif /* SCP_H */
15