// SLIC-based RISC-V distribution: rely on the `riscv-slic` crate for the
// runtime. The upstream exports re-export the SLIC primitives verbatim,
// and define a small `interrupt` shim mirroring the cortex-m layout.
//
// Upstream: `upstream/exports/slic.rs`.
pub use ;