blob: 0d6a6a2a56850269f2f88ba7f03b48f16ebe6cf0 [file] [log] [blame]
Dan Handley9df48042015-03-19 18:58:55 +00001/*
2 * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Dan Handley9df48042015-03-19 18:58:55 +00005 */
6
7#ifndef __CSS_SCP_BOOTLOADER_H__
8#define __CSS_SCP_BOOTLOADER_H__
9
10int scp_bootloader_transfer(void *image, unsigned int image_size);
11
12#endif /* __CSS_SCP_BOOTLOADER_H__ */