root/platform/sx130is/sub/101c/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF810B1C
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(DoAFLock,                    0xff878eec)
   6 NHSTUB(GetBatteryTemperature,       NULL_SUB)
   7 NHSTUB(UnlockAF,                    0xff878efc)
   8 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   9 NHSTUB(kbd_pwr_on,                  NULL_SUB)
  10 
  11 // These don't exist
  12 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  13 
  14 // Additional
  15 NHSTUB(LockAndRefresh,              0xFF8A8DB4)
  16 NHSTUB(UnlockAndRefresh,            0xFF8A8D90)
  17 NHSTUB(closefastdir,                0xFFA8C2E4)

/* [<][>][^][v][top][bottom][index][help] */