Introducing macros for defining SchemeId, Pid, ...
This commit is contained in:
parent
86650e4579
commit
9f7c20bacf
3 changed files with 116 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue