Crate axfs_ramfs
source ·Re-exports
pub use self::interrupts::INTERRUPT;
pub use self::interrupts::INTERRUPT;
Structs
- The directory node in the RAM filesystem.
- The file node in the RAM filesystem.
- To record the interrupt count
- The file node in the RAM filesystem, which records the interrupt count.
- A RAM filesystem that implements
axfs_vfs::VfsOps
.