root/platform/ixus750_sd550/sub/100h/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF8118C0
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(EnterToCompensationEVF,      NULL_SUB)
   6 NHSTUB(ExitFromCompensationEVF,     NULL_SUB)
   7 NHSTUB(WriteSDCard,                 0xFF87ED54)
   8 NHSTUB(free,                        0xFFAD6A08)
   9 
  10 // These don't exist
  11 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  12 
  13 // Additional
  14 NHSTUB(UniqueLedOn,                 0xFF82df20)
  15 NHSTUB(UniqueLedOff,                0xFF82df64)

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