aboutsummaryrefslogtreecommitdiff
path: root/include/sys/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/core.h')
-rw-r--r--include/sys/core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sys/core.h b/include/sys/core.h
index eb1f1e6..c68d8de 100644
--- a/include/sys/core.h
+++ b/include/sys/core.h
@@ -1,10 +1,6 @@
#ifndef SYS_CORE_H
#define SYS_CORE_H
-#ifndef SYS_CORE_C
-extern char* os_info_v;
-#endif
-
static inline unsigned long load32(unsigned long addr)
{
return *(volatile unsigned long*)addr;