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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULLSUB 0xFF0017D8
   3 NHSTUB(MakeDirectory_Fut, 0xff034678) //mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   4 NHSTUB(finish_shutdown,0xFF037FE4) // for shutdown(), to complicated to emulate
   5 
   6 // Additional
   7 NHSTUB(LogCameraEvent,0xFF0BF58C) // camera log debugging
   8 
   9 // Not needed
  10 NHSTUB(RefreshPhysicalScreen, NULLSUB)
  11 // these don't exist
  12 NHSTUB(kbd_pwr_off, NULLSUB)
  13 NHSTUB(kbd_pwr_on, NULLSUB)
  14 NHSTUB(SetZoomActuatorSpeedPercent,NULLSUB)

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