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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF810B04
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(DoAFLock,                    0xFF8796B4)
   6 NHSTUB(SetFileTimeStamp,            NULL_SUB)
   7 NHSTUB(TurnOffBackLight,            0xFF89B6A4)
   8 NHSTUB(UIFS_WriteFirmInfoToFile,    0xDEADC0DE)
   9 NHSTUB(UnlockAF,                    0xFF8796C4)
  10 NHSTUB(VbattGet,                    0xff95d0ec)
  11 NHSTUB(kbd_pwr_off,                 NULL_SUB)
  12 NHSTUB(kbd_pwr_on,                  NULL_SUB)
  13 
  14 // These don't exist
  15 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  16 
  17 // Additional
  18 NHSTUB(platformsub_kbd_fetch_data,  0xFF85F11C)

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