root/platform/sx500is/sub/100c/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF055F00
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(kbd_pwr_on,                      NULL_SUB)
   6 NHSTUB(kbd_pwr_off,                     NULL_SUB)
   7 NHSTUB(MakeDirectory_Fut,               0xff01c154)  //mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   8 
   9 // These do not exist
  10 NHSTUB(SetZoomActuatorSpeedPercent,     NULL_SUB)

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