xref: /rk3399_ARM-atf/bl32/sp_min/sp_min_private.h (revision c3e70be1c1ad2a9d1d3aee187231f5088a880ae1)
1 /*
2  * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef __SP_MIN_H__
8 #define __SP_MIN_H__
9 
10 void sp_min_warm_entrypoint(void);
11 void sp_min_main(void);
12 void sp_min_warm_boot(void);
13 
14 #endif /* __SP_MIN_H__ */
15