mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Add the Fd definition file.
Damn, I forgot to `git add` it.
This commit is contained in:
parent
94a1a0fa0c
commit
03e7f221a8
5
kernel/scheme/fd.rs
Normal file
5
kernel/scheme/fd.rs
Normal file
@ -0,0 +1,5 @@
|
||||
/// A file descriptor.
|
||||
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
pub struct Fd {
|
||||
inner: usize,
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user