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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFFC0E2E0
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(AllocateMemory,              0xffc0b294)
   6 NHSTUB(DisplayImagePhysicalScreen,  0xffd093a0)
   7 NHSTUB(EnterToCompensationEVF,      0xFFD24234)
   8 NHSTUB(ExitFromCompensationEVF,     0xFFD24244)
   9 NHSTUB(FreeMemory,                  0xffc0b280)
  10 NHSTUB(WriteSDCard,                 0xFFC69824)
  11 NHSTUB(free,                        0xFFE75B50)
  12 NHSTUB(kbd_pwr_off,                 NULL_SUB)
  13 NHSTUB(kbd_pwr_on,                  NULL_SUB)
  14 
  15 // These don't exist
  16 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  17 NHSTUB(TurnOffMic,                  NULL_SUB)
  18 NHSTUB(TurnOnMic,                   NULL_SUB)
  19 
  20 // Additional
  21 NHSTUB(ExpCtrlTool_StartContiAE,    0xFFCD8898)
  22 NHSTUB(ExpCtrlTool_StopContiAE,     0xFFCD88B0)
  23 NHSTUB(exmem_free,                  0xFFC02904)
  24 
  25 IGNORE(MoveFocusLensToDistance) // Custom version in focushack.c, ignore firmware version

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