aa64.h (269B)
1 #ifndef KIT_ARCH_AA64_H 2 #define KIT_ARCH_AA64_H 3 4 #include "arch/mc.h" 5 #include "arch/native_target.h" 6 7 typedef struct NativeOps NativeOps; 8 9 NativeTarget* aa64_native_target_new(Compiler*, ObjBuilder*, MCEmitter*); 10 const NativeOps* aa64_native_direct_ops(void); 11 12 #endif