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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFFC00B20
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   6 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   7 
   8 // These don't exist
   9 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  10 
  11 // Additional
  12 NHSTUB(MakeAFScan,                  0xFFD0F178)
  13 NHSTUB(TurnOnMic,                   0xFFC43C30)
  14 NHSTUB(TurnOffMic,                  0xFFC43C5C)

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