diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-12 15:21:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-12 15:21:19 +0200 |
commit | 891595b9307eb2695411d8e32e4addd9cd927ec8 (patch) | |
tree | b24c323ad3e09f05ca75386ac8fef38a6fff3e74 /1/fopdrv.h | |
parent | 6926a88695ce2e9fca51e01a1bf6fded3e4cbcca (diff) |
rename folders
Diffstat (limited to '1/fopdrv.h')
-rw-r--r-- | 1/fopdrv.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/1/fopdrv.h b/1/fopdrv.h deleted file mode 100644 index f2ca18c..0000000 --- a/1/fopdrv.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include <linux/fs.h> -#include <linux/types.h> - -// declarations copied from linux/fs.h -ssize_t fop_read(struct file *, char __user *, size_t, loff_t *); -ssize_t fop_write(struct file *, const char __user *, size_t, loff_t *); -int fop_open(struct inode *, struct file *); -int fop_release(struct inode *, struct file *); - |