Move shared.h

This commit is contained in:
Toby Jaffey 2025-12-14 21:41:01 +00:00
parent 93898a5baa
commit 83276f98e4
3 changed files with 2 additions and 2 deletions

6
test/opcodes/shared.h Normal file
View file

@ -0,0 +1,6 @@
#define SYSCALL_BASE 0x200
#define SYSCALL_PICKTEST SYSCALL_BASE+0
enum {
TEST1,
};