aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/globals.h')
-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