mod brk;
mod mincore;
mod mmap;
#[cfg(axtest)]
pub(crate) use self::mincore::mincore_validation_rules_hold_for_test;
#[cfg(axtest)]
pub(crate) use self::mmap::mmap_capped_device_map_len_rules_hold_for_test;
pub use self::{brk::*, mincore::*, mmap::*};