]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/sandbox-sm.h
phycore_imx8mp: Move environment from include/config to board
[thirdparty/u-boot.git] / include / sandbox-sm.h
CommitLineData
9ec6db32
AR
1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2023 SberDevices, Inc.
4 *
5 * Author: Alexey Romanov <avromanov@salutedevices.com>
6 */
7
8#ifndef __SANDBOX_SM_H__
9#define __SANDBOX_SM_H__
10
11enum 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