aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-21 11:37:15 -0700
committerChristian Cunningham <cc@localhost>2022-01-21 11:37:15 -0700
commit0ff3f3c6f0773c7023b86bc829ff607e934bc2dc (patch)
treedd099e8d8b8c0db18362eeaba40e43d7e964713c /include
parent9a9331a96509771d7d80e65039021613ba7b3601 (diff)
Renamed
Diffstat (limited to 'include')
-rw-r--r--include/globals.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/globals.h b/include/globals.h
index 0b3eaed..b33ebc7 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -8,6 +8,7 @@ extern unsigned long cntfrq;
extern unsigned long cmdidx;
extern char cmd[2048];
+extern char* os_name;
extern char* os_info_v;
extern unsigned long exe_cnt;
extern struct Mutex exe_cnt_m;
@@ -18,8 +19,6 @@ extern unsigned long stimel;
extern unsigned long stimeh;
extern struct Drawer g_Drawer;
extern struct Scheduler scheduler;
-extern unsigned long svcsp;
-extern struct cpu_context svccpu;
extern unsigned int gwidth, gheight, gpitch, gisrgb;
extern unsigned char stacks_table[MAX_THREADS];
#endif