diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:27:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:27:35 +0000 |
commit | 78f0e21e4be26a0792535ede952c5836d66d1965 (patch) | |
tree | 4d43dd4ea1e336065ba7208e974f29afe542b7d2 /linux_module.h | |
parent | Initial commit. (diff) | |
download | xlunzip-78f0e21e4be26a0792535ede952c5836d66d1965.tar.xz xlunzip-78f0e21e4be26a0792535ede952c5836d66d1965.zip |
Adding upstream version 0.7.upstream/0.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'linux_module.h')
-rw-r--r-- | linux_module.h | 8 |
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 */ |