aboutsummaryrefslogtreecommitdiff
path: root/include/sys/core.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-20 23:22:42 -0700
committerChristian Cunningham <cc@localhost>2022-01-20 23:22:42 -0700
commit73a80de4228a498b483c8e10ab317920d978d507 (patch)
treeeea73a138a509d7758ef477d4997cf7147233604 /include/sys/core.h
parentc2e52566ed53b53227a6fe577a05170766a1ae4c (diff)
Moved globals to file
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;