xref: /DragonOS/build-scripts/kernel_build/src/constant/mod.rs (revision f5b2038871d3441e1c7f32439ff422957e7ab828)
1 pub const ARCH_DIR_X86_64: &str = "src/arch/x86_64";
2 pub const ARCH_DIR_RISCV64: &str = "src/arch/riscv64";
3