/* | |
* Copyright (c) 2014, ARM Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef __CSS_SCP_BOOTLOADER_H__ | |
#define __CSS_SCP_BOOTLOADER_H__ | |
int scp_bootloader_transfer(void *image, unsigned int image_size); | |
#endif /* __CSS_SCP_BOOTLOADER_H__ */ |