From de1c5a97ecfb41a4bfe8651c9341dc31c17e5cd0 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 30 Sep 2025 14:04:19 -0400 Subject: kern: os: Document the mac_border structure Signed-off-by: Ian Moffett --- src/sys/include/os/mac.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3