1
2
3
4
5
6
7
//! [I/O peripherals] of the Nintendo 3DS ARM9 and ARM11 processors abstracted
//! into their own facade modules.
//!
//! [I/O peripherals]: https://tinyurl.com/55dmmnay

mod config9;
mod irq;