summaryrefslogtreecommitdiffstats
path: root/linux_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux_module.h')
-rw-r--r--linux_module.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux_module.h b/linux_module.h
new file mode 100644
index 0000000..4f2d0c4
--- /dev/null
+++ b/linux_module.h
@@ -0,0 +1,8 @@
+#ifndef _LINUX_MODULE_H
+#define _LINUX_MODULE_H
+
+#define MODULE_LICENSE(_license)
+#define MODULE_AUTHOR(_author)
+#define MODULE_DESCRIPTION(_description)
+
+#endif /* _LINUX_MODULE_H */