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