superiocmd
struct superiocmd *s;
s = (struct superiocmd *)data;
#define SUPERIO_CR_READ _IOWR('s', 0, struct superiocmd)
#define SUPERIO_CR_WRITE _IOW('s', 1, struct superiocmd)