1// SPDX-License-Identifier: GPL-3.0-only 2//! Per-Syscall Handler Code 3//! 4//! Authors: MarioS271 5 6pub(crate) mod exit; 7pub(crate) mod debug_write;