root/platform/ixus980_sd990/sub/100e/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF81093C
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(DoAFLock,                    0xFF863A80)
   6 NHSTUB(UnlockAF,                    0xFF863A90)
   7 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   8 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   9 
  10 // These don't exist
  11 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  12 
  13 // Additional
  14 NHSTUB(ScreenLock,                  0xFF9C7C40)
  15 NHSTUB(ScreenUnLock,                0xFF9C7C94)

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