diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:28:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:28:04 +0000 |
commit | 5589b400c441fcf16bbf275318f1722dd45edf11 (patch) | |
tree | 879dc76c638ede3fb2102b375bab9cd9fae982ae /testsuite/module-playground/mod-foo-c.c | |
parent | Releasing progress-linux version 32-1~progress7.99u1. (diff) | |
download | kmod-5589b400c441fcf16bbf275318f1722dd45edf11.tar.xz kmod-5589b400c441fcf16bbf275318f1722dd45edf11.zip |
Merging upstream version 32+20240327.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testsuite/module-playground/mod-foo-c.c')
-rw-r--r-- | testsuite/module-playground/mod-foo-c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/module-playground/mod-foo-c.c b/testsuite/module-playground/mod-foo-c.c index 3afd35d..a8917c8 100644 --- a/testsuite/module-playground/mod-foo-c.c +++ b/testsuite/module-playground/mod-foo-c.c @@ -4,6 +4,8 @@ #include <linux/module.h> #include <linux/printk.h> +void print_fooC(void); + static int __init foo_init(void) { return 0; |