implemented infrared-modules

This commit is contained in:
Siegfried Kienzle
2017-06-14 08:08:33 +02:00
parent f853d6b3e8
commit 1b80f5b89e
13 changed files with 481 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];