5 lines
146 B
C
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];
|