root/platform/a4000/sub/101a/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(kbd_pwr_off,                 NULL_SUB)
   6 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   7 NHSTUB(MakeDirectory_Fut,           0xff831940)  //mkdir  requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   8 
   9 //Additional
  10 NHSTUB(TurnOnMic,                   0xff857008)
  11 NHSTUB(TurnOffMic,                  0xff857034)
  12 
  13 // These don't exist
  14 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  15 NHSTUB(srand,                       NULL_SUB)  //overridable function
  16 NHSTUB(rand,                        NULL_SUB)  //overridable function

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