root/platform/a3400/sub/100f/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,           0xff831974) //mkdir requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   8 
   9 // These don't exist
  10 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  11 NHSTUB(srand,                       NULL_SUB)  //overridable function
  12 NHSTUB(rand,                        NULL_SUB)  //overridable function
  13 
  14 IGNORE(MakeAFScan)  // Custom version in lib.c, ignore firmware version

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