Introducing macros for defining SchemeId, Pid, ...

This commit is contained in:
David Teller 2016-11-13 13:59:58 +01:00
parent 86650e4579
commit 9f7c20bacf
3 changed files with 116 additions and 0 deletions

View file

@ -47,6 +47,11 @@ use core::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering};
/// Context management
pub mod context;
#[macro_use]
/// Shared data structures
pub mod common;
/// ELF file parsing
#[cfg(all(not(test), target_arch = "x86_64"))]
pub mod elf;