lin
2025-02-25 a02983e50ab34c3e7366b27cdeca427a327faebd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * The interface define of sysinfo dev for userspace.
 *
 * Copyright (C) 2016 Allwinner.
 *
 * Matteo <duanmintao@allwinnertech.com>
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2.  This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */
 
#ifndef __SUNXI_SYSINFO_USER_H__
#define __SUNXI_SYSINFO_USER_H__
 
#define CHECK_SOC_SECURE_ATTR 0x00
#define CHECK_SOC_VERSION     0x01
#define CHECK_SOC_BONDING     0x03
#define CHECK_SOC_CHIPID      0x04
#define CHECK_SOC_FT_ZONE     0x05
#define CHECK_SOC_ROTPK_STATUS     0x06
 
#endif /* end of __SUNXI_SYSINFO_USER_H__ */