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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF810B4C
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(DeleteFile_Fut,              0xff830fb4)
   6 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   7 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   8 NHSTUB(MakeDirectory_Fut,           0xff831ac4) //mkdir requires #define MKDIR_RETURN_ONE_ON_SUCCESS 
   9 
  10 // These don't exist
  11 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  12 NHSTUB(srand,                       NULL_SUB)  //overridable function
  13 NHSTUB(rand,                        NULL_SUB)  //overridable function

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