root/platform/sx160is/sub/100a/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF810AD4
   3 
   4 NHSTUB(finish_shutdown,0xFF8301F4) // for shutdown(), last call from task_Bye
   5 
   6 // Override stubs_entry.S
   7 NHSTUB(kbd_pwr_on,                      NULL_SUB)
   8 NHSTUB(kbd_pwr_off,                     NULL_SUB)
   9 NHSTUB(MakeDirectory_Fut,             0xff82be34)  //mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
  10 
  11 // These do not exist
  12 NHSTUB(SetZoomActuatorSpeedPercent,     NULL_SUB)
  13 
  14 //NHSTUB(LogCameraEvent,0xff8920b8)
  15 

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