add infrared_sensor

This commit is contained in:
Siegfried Kienzle
2017-06-07 10:04:40 +02:00
parent dca676ec38
commit b5a1cd4e25
4 changed files with 207 additions and 0 deletions

View 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];