root/platform/ixus800_sd700/sub/100b/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF8117EC
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(EnterToCompensationEVF,      NULL_SUB)
   6 NHSTUB(ExitFromCompensationEVF,     NULL_SUB)
   7 NHSTUB(MakeAFScan,                  0xFF95FDE8)
   8 NHSTUB(free,                        0xFFB0EFE4)
   9 NHSTUB(kbd_pwr_off,                 0xFF827F08)
  10 NHSTUB(kbd_pwr_on,                  0xFF827EC8)
  11 
  12 // These don't exist
  13 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  14 
  15 // Additional
  16 NHSTUB(ExpCtrlTool_StartContiAE,    0xFF903520)
  17 NHSTUB(ExpCtrlTool_StopContiAE,     0xFF903550)
  18 NHSTUB(GetVRAMHPixelsSize,0xFFACAE68) // by find_eventproc name @ 0xFFB2BCD8
  19 NHSTUB(GetVRAMVPixelsSize,0xFFACAE74) // by find_eventproc name @ 0xFFB2BCE0

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