blob: 97185b919112e0e7874b6ad4bdb3768f1fbe9e0b [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);
13
14#endif /* __SP_MIN_H__ */