Missing header

This commit is contained in:
Toby Jaffey 2025-12-11 02:40:30 +00:00
parent b55c2bc88a
commit 63386f9a92

10
test/extram/shared.h Normal file
View file

@ -0,0 +1,10 @@
#define SYSCALL_BASE 0x200
#define SYSCALL_PICKTEST SYSCALL_BASE+0
enum {
TEST1,
TEST2,
TEST3,
TEST4,
};