OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/drivers/char/sunxi_sys_info/sunxi-sysinfo-user.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

22 lines
552 B
C

/*
* 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
#endif /* end of __SUNXI_SYSINFO_USER_H__ */