Modules§
- The kernel configuration as
const
items.
Macros§
- Like
core::cfg!
, except using the seL4 kernel configuration. - Like
core::cfg!
, except using the seL4 kernel configuration. - Like
core::cfg!
, except using the seL4 kernel configuration. - Like
core::cfg!
, except using the seL4 kernel configuration. - Like
sel4_cfg_match
, except it works on stable, at the expense of not being an attribute macro.
Attribute Macros§
- Make the attached code conditional on a seL4 kernel configuration expression.
- Make the associated attribute expression conditional on a seL4 kernel configuration expression.
- Allows an
enum
’s variants to use thesel4_cfg
attribute. - Allows a
match
expression’s variants to use thesel4_cfg
attribute. - Allows a
struct
’s fields to use thesel4_cfg
attribute.