ARM: rockchip: rk3228: add grf definition
[firefly-linux-kernel-4.4.55.git] / include / linux / ste.h
1 #include <linux/types.h>
2 #include <linux/ioctl.h>
3
4 #define STE_IOCTL_MAGIC 'd'
5 #define STE_IOCTL_GET_ACK \
6                 _IOR(STE_IOCTL_MAGIC, 1, int *)
7 #define STE_IOCTL_EN_APSEND_ACK \
8                 _IOW(STE_IOCTL_MAGIC, 2, int *)
9 #define STE_IOCTL_POWER_ON \
10                 _IOW(STE_IOCTL_MAGIC, 3, int *)
11 #define STE_IOCTL_POWER_OFF \
12                 _IOW(STE_IOCTL_MAGIC, 4, int *)
13
14 #define STE_NAME "STE"