[][src]Crate syscall

Re-exports

pub use self::call::*;
pub use self::data::*;
pub use self::error::*;
pub use self::flag::*;
pub use self::io::*;
pub use self::number::*;
pub use self::scheme::*;

Modules

call

Function definitions

data

Complex structures that are used for some system calls

error

All errors that can be generated by a system call

flag

Flags used as an argument to many system calls

io

Functions for low level hardware control I/O functions

number

Call numbers used by each system call

scheme

A trait useful for scheme handlers

Functions

syscall0
syscall1
syscall1_clobber
syscall2
syscall3
syscall4
syscall5