root/platform/a3200/sub/100a/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF810B24
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   6 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   7 
   8 // Additional
   9 NHSTUB(SetZoomActuatorSpeedPercent, 0xFFAA164C)
  10 NHSTUB(MakeAFScan,                  0xFF96CEC4)
  11 NHSTUB(platformsub_kbd_fetch_data,  0xFF860268)
  12 NHSTUB(TurnOnMic,                   0xFF8608E8)
  13 NHSTUB(TurnOffMic,                  0xFF860914)
  14 NHSTUB(TurnOffE1,                   0xff83bc20)

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