rename module into modules

This commit is contained in:
Siegfried Kienzle
2017-06-07 08:24:13 +00:00
parent b1cad51075
commit 596bcfad22
10 changed files with 504 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];