root/platform/sx20/sub/102d/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,                    0xFF879704)
   6 NHSTUB(TurnOffBackLight,            0xFF89B6F4)
   7 NHSTUB(UIFS_WriteFirmInfoToFile,    0xDEADC0DE)
   8 NHSTUB(UnlockAF,                    0xFF879714)
   9 NHSTUB(VbattGet,                    0xFF95D27C)
  10 NHSTUB(kbd_pwr_off,                 NULL_SUB)
  11 NHSTUB(kbd_pwr_on,                  NULL_SUB)
  12 
  13 // These don't exist
  14 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  15 
  16 // Additional
  17 NHSTUB(platformsub_kbd_fetch_data,  0xFF85F11C)

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