root/platform/a1100/sub/100c/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFFC00950
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(ExpCtrlTool_StopContiAE,     0xFFC1FAAC)
   6 NHSTUB(SetAE_ShutterSpeed,          0xFFE3D994)
   7 NHSTUB(kbd_pwr_off,                 0xFFC30BAC)
   8 
   9 // These don't exist
  10 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  11 
  12 // Additional
  13 NHSTUB(MakeAFScan,                  0xFFCFA90C)
  14 NHSTUB(TurnOffMic,                  0xFFC31214)
  15 NHSTUB(TurnOnMic,                   0xFFC311E8)
  16 NHSTUB(platformsub_kbd_fetch_data,  0xFFC30B28)

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