summaryrefslogtreecommitdiffstats
path: root/linux_module.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 13:34:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 13:34:09 +0000
commitb8aa9c64688c47e16073669c37d8b55e40844731 (patch)
treeb67b496713badab8b4a9d8695033bdaa957fc228 /linux_module.h
parentReleasing debian version 0.3-2. (diff)
downloadxlunzip-b8aa9c64688c47e16073669c37d8b55e40844731.tar.xz
xlunzip-b8aa9c64688c47e16073669c37d8b55e40844731.zip
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 */