r-linux 0.1.0

Capability-based Linux Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Architecture Definitions for x86_64
//!
//! This module provides the linux-kernel API definitions specific
//! to x86_64.
//!
//! No documentation is provided for the individual symbols and definitions.
//! They are meant to match the official API of the linux kernel. Either see
//! the official linux kernel documentation for help, or look at the interfaces
//! exposed by the `api` module.

pub mod nr;
pub mod syscall;