blob: 1836af9850af27eb696cca38c3f73f39cc4d587c [file] [log] [blame]
Soby Mathewec8ac1c2016-05-05 14:32:05 +01001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathewec8ac1c2016-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 Carrieredc0fea72017-08-09 15:48:53 +020013void sp_min_fiq(void);
Soby Mathewec8ac1c2016-05-05 14:32:05 +010014
15#endif /* __SP_MIN_H__ */