diff options
author | stefan <stefan@s00.xyz> | 2023-04-19 21:02:58 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-19 21:02:58 -0400 |
commit | 821706a3fea34c18a6171cf5169d5d6d852966de (patch) | |
tree | eee908df401a7bab1ecf1cb60cab31a15c0e3c8b /sys/include/cpu.h | |
parent | 83e17e29456ec9b6d45f4d9f2634eb280c6f414f (diff) | |
download | sv-821706a3fea34c18a6171cf5169d5d6d852966de.tar.gz |
normalized tab expansion
Diffstat (limited to 'sys/include/cpu.h')
-rw-r--r-- | sys/include/cpu.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/include/cpu.h b/sys/include/cpu.h deleted file mode 100644 index 9567496..0000000 --- a/sys/include/cpu.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _CPU_H -#define _CPU_H - -struct hart { - int intr_stack; -}; - -struct hart harts[NPROC] = {0}; - -#endif /* _CPU_H */ |