mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Split includes.
All code needs uvm32_sys.h, but uvm32_common_custom.h is optional (and has defs needed for demos)
This commit is contained in:
parent
ef948e9797
commit
147a9f2198
5 changed files with 13 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// Definitions needed by both host and target
|
||||
// Syscall definitions needed by both host and target for sample apps
|
||||
// These are not required when building a custom host target code with uvm32
|
||||
|
||||
// syscalls for exposed host functions, start at 0
|
||||
#define UVM32_SYSCALL_PUTC 0x00000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue