mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
poll sketch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user