mirror of
https://github.com/yaakov-h/scream-driver.git
synced 2024-11-22 09:24:49 +00:00
we don't need this anymore
This commit is contained in:
parent
f294c34a89
commit
bb8faf56b6
1 changed files with 0 additions and 3 deletions
3
scream.c
3
scream.c
|
@ -4,9 +4,6 @@ MODULE_AUTHOR("Yaakov");
|
||||||
MODULE_DESCRIPTION("Scream Device");
|
MODULE_DESCRIPTION("Scream Device");
|
||||||
MODULE_LICENSE("GPL");
|
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_open(struct inode*, struct file*);
|
||||||
static int scream_device_release(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*);
|
static ssize_t scream_device_read(struct file*, char*, size_t, loff_t*);
|
||||||
|
|
Loading…
Reference in a new issue