redox/src/arch/x86_64/mod.rs

6 lines
82 B
Rust
Raw Normal View History

2016-08-14 02:21:46 +02:00
/// IRQ Handling
pub mod irq;
/// Initialization and main function
pub mod main;