summaryrefslogtreecommitdiff
path: root/arch/unicore32/kernel/ksyms.h
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-05 17:04:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-05 17:04:01 -0300
commit57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch)
tree5e910f0e82173f4ef4f51111366a3f1299037a7b /arch/unicore32/kernel/ksyms.h
Initial import
Diffstat (limited to 'arch/unicore32/kernel/ksyms.h')
-rw-r--r--arch/unicore32/kernel/ksyms.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/unicore32/kernel/ksyms.h b/arch/unicore32/kernel/ksyms.h
new file mode 100644
index 000000000..31472ad94
--- /dev/null
+++ b/arch/unicore32/kernel/ksyms.h
@@ -0,0 +1,13 @@
+/*
+ * libgcc functions - functions that are used internally by the
+ * compiler... (prototypes are not correct though, but that
+ * doesn't really matter since they're not versioned).
+ */
+extern void __ashldi3(void);
+extern void __ashrdi3(void);
+extern void __divsi3(void);
+extern void __lshrdi3(void);
+extern void __modsi3(void);
+extern void __ucmpdi2(void);
+extern void __udivsi3(void);
+extern void __umodsi3(void);