Files
resy/project/module/infrared_sensor/infrared_sensor.def.h
2017-06-07 08:10:20 +02:00

5 lines
146 B
C

static dev_t devno;
static struct cdev chardev;
static struct class *chardev_class;
static struct device *chardev_device[NUMBER_OF_MINOR_DEVICE];