bmarcot / vega

vega -- The Unix-like Operating System for micro-controllers (ARM Cortex-M4)
6 stars 1 forks source link

Syscall number defines should move to /uapi #32

Open bmarcot opened 7 years ago

bmarcot commented 7 years ago

The defines in <kernel/syscalls.h> are not used in the kernel. Only libc uses them, so they could move to a user-api folder like /uapi.

bmarcot commented 7 years ago

Consider arch/include/uapi/syscalls.h