Add file descriptor type

This commit is contained in:
Jeremy Soller 2016-08-30 16:27:10 -06:00
parent de761ce921
commit 165485b721

2
kernel/scheme/fd.rs Normal file
View file

@ -0,0 +1,2 @@
/// A file descriptor type
pub type Fd = usize;