Crate axfs_devfs
source ·Structs
- A device filesystem that implements
axfs_vfs::VfsOps. - The directory node in the device filesystem.
 - A null device behaves like
/dev/null. - A random device behaves like
/dev/randomor/dev/urandom. - A zero device behaves like
/dev/zero.