mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
5 lines
165 B
C
5 lines
165 B
C
// System provided UVM32_SYSCALLs, start at 0x10000000
|
|
#define UVM32_SYSCALL_HALT 0x1000000
|
|
#define UVM32_SYSCALL_YIELD 0x1000001
|
|
|
|
#include "uvm32_common_custom.h"
|