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