root/platform/sx240hs/sub/101a/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF04D3E0
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(LEDDrive,                    0xFF04D06C)
   6 NHSTUB(DeleteFile_Fut,              0xFF02163C)
   7 NHSTUB(MakeDirectory_Fut,           0xFF02214C)     //mkdir
   8 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   9 NHSTUB(kbd_pwr_on,                  NULL_SUB)
  10 
  11 // These don't exist
  12 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  13 NHSTUB(UnsetZoomForMovie,           NULL_SUB)
  14 
  15 // Additional
  16 NHSTUB(LockAndRefresh,              0xFF0A27EC)
  17 NHSTUB(MakeAFScan,                  0xFF1BC964)
  18 NHSTUB(ReadSDCard,                  0xFF19D880)
  19 NHSTUB(UnlockAndRefresh,            0xFF0A2850)
  20 NHSTUB(UpdateMBROnFlash,            0xFF06084C)
  21 NHSTUB(closefastdir,                0xFF32FE3C)
  22 NHSTUB(fclose,                      0xFF021748)
  23 NHSTUB(fopen,                       0xFF021708)
  24 NHSTUB(fread,                       0xFF0217F4)
  25 NHSTUB(fwrite,                      0xFF021848)
  26 //NHSTUB(ufree,                       0xFF02574C) //not sure

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