blob: 1836af9850af27eb696cca38c3f73f39cc4d587c [file] [log] [blame]
Soby Mathewc11ba852016-05-05 14:32:05 +01001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathewc11ba852016-05-05 14:32:05 +01005 */
6
7#ifndef __SP_MIN_H__
8#define __SP_MIN_H__
9
10void sp_min_warm_entrypoint(void);
11void sp_min_main(void);
12void sp_min_warm_boot(void);
Etienne Carriere71816092017-08-09 15:48:53 +020013void sp_min_fiq(void);
Soby Mathewc11ba852016-05-05 14:32:05 +010014
15#endif /* __SP_MIN_H__ */