mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Missing header
This commit is contained in:
parent
b55c2bc88a
commit
63386f9a92
1 changed files with 10 additions and 0 deletions
10
test/extram/shared.h
Normal file
10
test/extram/shared.h
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#define SYSCALL_BASE 0x200
|
||||||
|
|
||||||
|
#define SYSCALL_PICKTEST SYSCALL_BASE+0
|
||||||
|
enum {
|
||||||
|
TEST1,
|
||||||
|
TEST2,
|
||||||
|
TEST3,
|
||||||
|
TEST4,
|
||||||
|
};
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue