poll sketch

This commit is contained in:
Ciro Santilli
2017-05-24 09:57:49 +01:00
parent 6c028f9398
commit 3eaac95c0f
7 changed files with 126 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ Requires `CONFIG_DEBUG_FS=y`.
MODULE_LICENSE("GPL");
static struct dentry *dir = 0;
static struct dentry *dir;
static u32 value = 42;
int init_module(void)