mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00

Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com> Change-Id: Iaf6deaeee2069720518221157edbb052bc42850a
14 lines
223 B
C
14 lines
223 B
C
/*
|
|
* 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 */
|