aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-08 09:05:05 -0700
committerChristian Cunningham <cc@localhost>2022-02-08 09:05:05 -0700
commita3ba24739c2309df5e39ad8bdcfca171b1eec5a3 (patch)
treee2102c73f6c3749ed1e09eb5af3a00cc9c745fc6 /include
parent0176673f3bea73d25fc34a65b911b942d9503aa7 (diff)
Added extern keyword
Diffstat (limited to 'include')
-rw-r--r--include/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/globals.h b/include/globals.h
index ff67315..8aa337c 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -8,8 +8,8 @@ extern unsigned long cntfrq;
extern char* os_name;
extern char* os_info_v;
-unsigned char kmem_begin[0x2000000];
-unsigned char kmem_lookup[0xD000];
+extern unsigned char kmem_begin[0x2000000];
+extern unsigned char kmem_lookup[0xD000];
extern unsigned long exe_cnt;
extern struct Mutex exe_cnt_m;
extern unsigned long nextpid;