xref: /rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/include/se.h (revision 665e71b8ea28162ec7737c1411bca3ea89e5957e)
1 /*
2  * Copyright (c) 2019-2020, 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