summaryrefslogtreecommitdiff
path: root/plat/arm/css/common/css_scp_bootloader.h
blob: 0d6a6a2a56850269f2f88ba7f03b48f16ebe6cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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__ */