diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-30 14:04:19 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-30 14:04:19 -0400 |
commit | de1c5a97ecfb41a4bfe8651c9341dc31c17e5cd0 (patch) | |
tree | a99f7f1562f6289787204476590332db465138ca | |
parent | b267bb8b2e047ebe786124566c15eeacf04ef504 (diff) |
kern: os: Document the mac_border structure
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | src/sys/include/os/mac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sys/include/os/mac.h b/src/sys/include/os/mac.h index c896cc6..2c20eab 100644 --- a/src/sys/include/os/mac.h +++ b/src/sys/include/os/mac.h @@ -81,6 +81,9 @@ struct mac_ops { /* * A MAC border sits inbetween a resource and the user * and controls if they can access it or not. + * + * @level: MAC level of this border + * @ops: MAC operations for this border */ struct mac_border { mac_level_t level; |