Files
resy/project/modules/_common/infrared_sensor.def.h
2017-06-14 08:08:33 +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];