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