1 #include "stubs_asm.h" 2 3 #define NULL_SUB 0xFFC00B1C 4 5 // Override stubs_entry.S 6 NHSTUB(kbd_pwr_off, NULL_SUB) 7 NHSTUB(kbd_pwr_on, NULL_SUB) 8 NHSTUB(MakeAFScan, 0xFFD1E738) 9 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 10