1
0
Fork 0
mirror of https://github.com/yaakov-h/scream-driver.git synced 2024-10-16 07:40:02 +00:00

we don't need this anymore

This commit is contained in:
Yaakov 2024-08-11 18:03:36 +10:00
parent f294c34a89
commit bb8faf56b6

View file

@ -4,9 +4,6 @@ MODULE_AUTHOR("Yaakov");
MODULE_DESCRIPTION("Scream Device");
MODULE_LICENSE("GPL");
#define DEVICE_NAME "scream"
#define CLASS_NAME "scream_class"
static int scream_device_open(struct inode*, struct file*);
static int scream_device_release(struct inode*, struct file*);
static ssize_t scream_device_read(struct file*, char*, size_t, loff_t*);