From bffb5ac3595f45b0e8043a315be893b6ef8d8a1f Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 25 Sep 2025 18:43:05 -0400 Subject: 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 --- src/sys/include/os/mac.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/sys/include/os/mac.h') 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 +#include /* Forward declarations */ struct mac_border; struct proc; -typedef enum { - BORDER_NONE, - BORDER_FBDEV, - __BORDER_MAX -} border_id_t; - /* * MAC levels * -- cgit v1.2.3