root/platform/a650/sub/100d/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFFC00958
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(GetZoomLensCurrentPosition,  0xffd07fc4)
   6 NHSTUB(write,                       0xffc0a3d8)
   7 
   8 // These don't exist/aren't found in dryos
   9 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  10 
  11 // Additional
  12 NHSTUB(MakeAFScan,                  0xFFDE3A8C)
  13 NHSTUB(TurnOffMic,                  0xFFC382B4)
  14 NHSTUB(TurnOnMic,                   0xFFC38288)
  15 NHSTUB(closefastdir,                0xffdd0710)
  16 NHSTUB(ints_disable,                0xFFC00578)
  17 NHSTUB(ints_enable,                 0xFFC005A0)

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