diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-11 13:07:06 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-11 13:07:06 -0400 |
commit | 15b856bec1cbe233bcdcdf2712c646c73d87f9f5 (patch) | |
tree | fe995f45892a36f990df9b2f95beee1cfe85e220 /src/sys/os | |
parent | 496d7a6d71aabfde324348e0530db9ff6ad53c9b (diff) |
kern: mac: Document the MAC border table
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/os')
-rw-r--r-- | src/sys/os/os_mac.c | 5 |
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 |