mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
include/linux: remove unused ste.h
Change-Id: I9dc176ba74f647b1c856a96b1152aaeb82723cb5 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#include <linux/types.h>
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
#define STE_IOCTL_MAGIC 'd'
|
||||
#define STE_IOCTL_GET_ACK \
|
||||
_IOR(STE_IOCTL_MAGIC, 1, int *)
|
||||
#define STE_IOCTL_EN_APSEND_ACK \
|
||||
_IOW(STE_IOCTL_MAGIC, 2, int *)
|
||||
#define STE_IOCTL_POWER_ON \
|
||||
_IOW(STE_IOCTL_MAGIC, 3, int *)
|
||||
#define STE_IOCTL_POWER_OFF \
|
||||
_IOW(STE_IOCTL_MAGIC, 4, int *)
|
||||
|
||||
#define STE_NAME "STE"
|
||||
Reference in New Issue
Block a user