summaryrefslogtreecommitdiffstats
path: root/plat/nvidia/tegra/soc/t194/drivers/include/se.h
blob: 7de55a74d7af57c40777038aae0e1bc4cd930c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SE_H
#define SE_H

int32_t tegra_se_calculate_save_sha256(uint64_t src_addr,
						uint32_t src_len_inbyte);
int32_t tegra_se_suspend(void);
void tegra_se_resume(void);

#endif /* SE_H */