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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF000B48
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(DeleteFile_Fut,              0xff020a70)
   6 NHSTUB(MakeDirectory_Fut,           0xff021580)     //mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   7 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   8 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   9 NHSTUB(LEDDrive,                    0xff04bc04)     //Untested!!
  10 
  11 // Additional
  12 NHSTUB(GPS_UpdateData,              0xff11ca4c)     //Untested!!
  13 
  14 // These don't exist
  15 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)

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