root/platform/ixus145_elph135/sub/100c/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF893210
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(MakeDirectory_Fut,           0xff82760c) //mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   6 
   7 // Additional
   8 NHSTUB(TurnOffE1,                   0xff8362b4) // for shutdown(), to complicated to emulate
   9 
  10 // These don't exist
  11 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  12 NHSTUB(RefreshPhysicalScreen,       NULL_SUB)
  13 NHSTUB(UnsetZoomForMovie,           NULL_SUB)
  14 
  15 // temporary measure
  16 NHSTUB(init_focus_eventflag,        0xFFB6A58C)
  17 NHSTUB(init_nd_eventflag,           0xFFA98F28)
  18 NHSTUB(init_nd_semaphore,           0xFFAC69B4) 
  19 

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