xref: /rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/include/se.h (revision fcccd358e4cd6199c797ad127c77c47ec1ad5983)
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