try to implement the infrared_sensor-module
This commit is contained in:
4
project/module/infrared_sensor/infrared_sensor.def.h
Normal file
4
project/module/infrared_sensor/infrared_sensor.def.h
Normal file
@@ -0,0 +1,4 @@
|
||||
static dev_t devno;
|
||||
static struct cdev chardev;
|
||||
static struct class *chardev_class;
|
||||
static struct device *chardev_device[NUMBER_OF_MINOR_DEVICE];
|
||||
Reference in New Issue
Block a user