]> Git Repo - J-u-boot.git/blob - include/sandbox-sm.h
Merge patch series "Introduce basic support for TI's AM62Px SoC family"
[J-u-boot.git] / include / sandbox-sm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2023 SberDevices, Inc.
4  *
5  * Author: Alexey Romanov <[email protected]>
6  */
7
8 #ifndef __SANDBOX_SM_H__
9 #define __SANDBOX_SM_H__
10
11 enum sandbox_smc_cmd {
12         SANDBOX_SMC_CMD_READ_MEM,
13         SANDBOX_SMC_CMD_WRITE_MEM,
14         SANDBOX_SMC_CMD_COMMON,
15         SANDBOX_SMC_CMD_COUNT,
16 };
17
18 #endif
This page took 0.026061 seconds and 4 git commands to generate.