#ifndef LEDDEV_H #define LEDDEV_H #include #define LEDDEV_IOC_MAGIC 'k' #define LEDDEV_IOC_HARDRESET _IO( LEDDEV_IOC_MAGIC, 1 ) #endif