root/platform/ixus135_elph120/sub/100b/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULLSUB 0xFF0017D8
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(DeleteFile_Fut,                      0xff033b68)
   6 NHSTUB(MakeDirectory_Fut,                   0xff034678) //mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   7 // NHSTUB(Restart,                             0xff038240) // Untested
   8 
   9 // Additional
  10 NHSTUB(TurnOffE1,                           0xff037fe4) // for shutdown(), to complicated to emulate
  11 
  12 // Not needed
  13 NHSTUB(RefreshPhysicalScreen,               NULLSUB)
  14 
  15 // these don't exist
  16 NHSTUB(kbd_pwr_off,                         NULLSUB)
  17 NHSTUB(kbd_pwr_on,                          NULLSUB)
  18 NHSTUB(SetZoomActuatorSpeedPercent,         NULLSUB)

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