Files
sprout/src/platform.rs

5 lines
94 B
Rust

/// timer: Platform timer support.
pub mod timer;
/// tpm: Platform TPM support.
pub mod tpm;