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