#ifndef __SCC_WIN64_H__ #define __SCC_WIN64_H__ #include "../arch/x86_64_isel.h" #include "../core_pass/scc_reg_alloc.h" void scc_win_pc_x64_abi_lowering(scc_abi_lowering_t *abi_lowering); void scc_reg_alloc_fill_win_x64(scc_reg_alloc_op_t *ops); #endif