1 #include "stubs_asm.h" 2 #define NULL_SUB 0xFF000B54 3 4 // Override stubs_entry.S 5 NHSTUB(kbd_pwr_off, NULL_SUB) 6 NHSTUB(kbd_pwr_on, NULL_SUB) 7 8 // These does not exist 9 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 10 NHSTUB(MakeDirectory_Fut, 0xff0286cc) //mkdir 11 12 13 // Additional 14 NHSTUB(SetCDSGain, 0xff482140) 15 NHSTUB(GetCdsGainValue, 0xff4820b8)