summaryrefslogtreecommitdiff
path: root/sys/dev/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cpu.c')
-rw-r--r--sys/dev/cpu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/cpu.c b/sys/dev/cpu.c
new file mode 100644
index 0000000..f96b807
--- /dev/null
+++ b/sys/dev/cpu.c
@@ -0,0 +1,6 @@
+#include <cpu.h>
+
+extern struct hart harts[NPROC];
+
+
+