root/platform/a620/sub/100f/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFFC0183C
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(ExitFromCompensationEVF,     0xffd35ca4)
   6 NHSTUB(free,                        0xFFEC5BCC)
   7 
   8 // These don't exist
   9 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  10 
  11 // Additional
  12 NHSTUB(ExpCtrlTool_StartContiAE,    0xFFCE09F8)
  13 NHSTUB(ExpCtrlTool_StopContiAE,     0xFFCE0A10)
  14 NHSTUB(TurnOffMic,                  0xffc1ec58)
  15 NHSTUB(TurnOnMic,                   0xffc1ec10)

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