summaryrefslogtreecommitdiff
path: root/Kernel/TestModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/TestModule.cpp')
-rw-r--r--Kernel/TestModule.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/TestModule.cpp b/Kernel/TestModule.cpp
index ab4dfa84e9..a755d963fe 100644
--- a/Kernel/TestModule.cpp
+++ b/Kernel/TestModule.cpp
@@ -1,6 +1,8 @@
#include <Kernel/kstdio.h>
#include <Kernel/Process.h>
+extern "C" const char module_name[] = "TestModule";
+
extern "C" void module_init()
{
kprintf("TestModule has booted!\n");