xref: /rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/include/se.h (revision 8c80c86573898eb59127a32b089e753f40e254fb)
1 /*
2  * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef __SE_H__
8 #define __SE_H__
9 
10 int32_t tegra_se_suspend(void);
11 void tegra_se_resume(void);
12 
13 #endif /* __SE_H__ */
14