Merged PR #87
This commit is contained in:
parent
5a62191294
commit
28a2bd68cc
6 changed files with 66 additions and 52 deletions
|
@ -4,6 +4,8 @@ pub mod chardev;
|
|||
pub mod gpu;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub mod input;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub mod bus;
|
||||
pub mod plic;
|
||||
pub use block::BLOCK_DEVICE;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
|
@ -12,3 +14,5 @@ pub use chardev::UART;
|
|||
pub use gpu::*;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub use input::*;
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub use bus::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue