xref: /rk3399_ARM-atf/plat/mediatek/mt8183/drivers/spm/spm_suspend.h (revision be457248c6b0a7f3c61bd95af58372938d13decd)
1 /*
2  * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef __SPM_SUSPEND_H__
8 #define __SPM_SUSPEND_H__
9 
10 void spm_system_suspend(void);
11 void spm_system_suspend_finish(void);
12 
13 #endif /* __SPM_SUSPEND_H__*/
14