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