aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-13 13:22:43 -0700
committerChristian Cunningham <cc@localhost>2022-02-13 13:23:01 -0700
commit921398936d989aef06be8d869d9162e3d9b294b3 (patch)
tree62e1c575a2df812bfd2c5a7edaf13ed0528d1f4d /include/globals.h
parent5643e3587507f3351a2ebeb44a5d95d13470741d (diff)
Output the count of the task stacks
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h
index 4304a15..156968a 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -11,6 +11,7 @@ extern char* os_info_v;
extern unsigned char kmem_begin[0x2000000];
extern unsigned char kmem_lookup[0xD000];
extern unsigned long nextpid;
+extern unsigned long sched_stack_count;
extern unsigned long stimel;
extern unsigned long stimeh;
extern struct Drawer g_Drawer;