This commit is contained in:
2026-02-25 14:08:27 +01:00
parent 8a8034bd11
commit 4dc05c4151
23 changed files with 554 additions and 66 deletions

View File

@@ -1,3 +1,7 @@
//! Supervisor Binary Interface (SBI) identifiers.
//!
//! Simple definitions for SBI extension and function identifiers used by the
//! kernel when interacting with machine-mode services.
#[non_exhaustive]
#[repr(usize)]
pub enum EextensionID {