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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_STUB 0xFF810B24
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(kbd_pwr_on,                      NULL_STUB)
   6 
   7 // These don't exist
   8 NHSTUB(SetZoomActuatorSpeedPercent,     NULL_STUB)
   9 
  10 // Additional
  11 NHSTUB(LockAndRefresh,                  0xFF8B32C4)
  12 NHSTUB(UnlockAndRefresh,                0xFF8B1D9C)
  13 NHSTUB(UpdateMBROnFlash,                0xFF876CB0)

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