diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-25 18:43:05 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-25 18:43:05 -0400 |
commit | bffb5ac3595f45b0e8043a315be893b6ef8d8a1f (patch) | |
tree | 06a08e41b3d60b4467f2df9da8ac8f0fc5f0b81d /src/sys/include/os | |
parent | 603afb4883172ea2439d6720d317406caf28eec8 (diff) |
libc: Add resource border crossing interface
Introduce a new libc cross() function which acts as a wrapper to the
SYS_cross system call.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/include/os')
-rw-r--r-- | src/sys/include/os/mac.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/sys/include/os/mac.h b/src/sys/include/os/mac.h index f6e2514..c896cc6 100644 --- a/src/sys/include/os/mac.h +++ b/src/sys/include/os/mac.h @@ -31,17 +31,12 @@ #define _OS_MAC_H_ 1 #include <sys/types.h> +#include <sys/mac.h> /* Forward declarations */ struct mac_border; struct proc; -typedef enum { - BORDER_NONE, - BORDER_FBDEV, - __BORDER_MAX -} border_id_t; - /* * MAC levels * |