summaryrefslogtreecommitdiff
path: root/src/sys/include/os/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/os/mac.h')
-rw-r--r--src/sys/include/os/mac.h7
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
*