root/platform/a2400/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,              0xff830e44)
   6 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   7 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   8 NHSTUB(MakeDirectory_Fut,           0xff831954) //mkdir requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   9 
  10 // Additional
  11 NHSTUB(TurnOnMic,                   0xff85707c)
  12 NHSTUB(TurnOffMic,                  0xff8570a8)
  13 
  14 // These don't exist
  15 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  16 NHSTUB(srand,                       NULL_SUB)  //overridable function
  17 NHSTUB(rand,                        NULL_SUB)  //overridable function

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