summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sys/os/os_mac.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys/os/os_mac.c b/src/sys/os/os_mac.c
index 2443b23..f328484 100644
--- a/src/sys/os/os_mac.c
+++ b/src/sys/os/os_mac.c
@@ -34,6 +34,11 @@
#include <io/video/fbdev.h>
#include <os/mac.h>
+/*
+ * The MAC border table is used for mappable resources
+ * under MAC that have common operations associated with
+ * them.
+ */
static struct mac_border *bortab[__BORDER_MAX] = {
[BORDER_NONE] = NULL,
[BORDER_FBDEV] = &g_fbdev_border