Files
sprout/src/platform.rs

5 lines
94 B
Rust
Raw Normal View History

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