1 #include "stubs_asm.h" 2 #define NULL_SUB 0xFF81093C 3 4 // Override stubs_entry.S 5 NHSTUB(kbd_pwr_off, NULL_SUB) 6 NHSTUB(kbd_pwr_on, NULL_SUB) 7 8 // These don't exist/aren't found in dryos 9 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 10 11 // Additional 12 NHSTUB(platformsub_kbd_fetch_data, 0xFF84B660)