diff --git a/include/misc.h b/include/misc.h index 03ef55cdc8..3b25b95378 100644 --- a/include/misc.h +++ b/include/misc.h @@ -7,6 +7,15 @@ #ifndef _MISC_H_ #define _MISC_H_ +#include + +/* + * Request command to be sent for misc_ioctl(). + */ +#define IOCTL_REQ_START _IO('m', 0x01) +#define IOCTL_REQ_STOP _IO('m', 0x02) +#define IOCTL_REQ_POLL _IO('m', 0x03) + /* * Read the device to buffer, optional. *