sys 0.0.1

Capability-based System Interfaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Platform Module for x86_64
//
// This module is included multiple times by `../../linux.rs`, using outer
// comments for documentation. It is also the responsibility of the caller
// to define the ABI to use. This module simply re-uses it via
// `use super::abi`.

use super::abi;

#[path = "../common/mod.rs"]
mod common;

pub use common::*;