root/platform/ixus285_elph360hs/sub/100b/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULLSUB 0xFF029558  //*
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(MakeDirectory_Fut,               0xFF0277AC) //*
   6 NHSTUB(open,0xFF023CB8) //*
   7 NHSTUB(close,0xFF023D68) //*
   8 
   9 
  10 // Additional
  11 NHSTUB(TurnOffE1,                        0xFF037C18) //*for shutdown(), to complicated to emulate 
  12 
  13 // Not needed
  14 NHSTUB(RefreshPhysicalScreen,               NULLSUB)
  15 
  16 // These don't exist
  17 NHSTUB(kbd_pwr_off,                         NULLSUB)
  18 NHSTUB(kbd_pwr_on,                          NULLSUB)
  19 NHSTUB(SetZoomActuatorSpeedPercent,         NULLSUB)
  20 
  21 NHSTUB(TurnOffBackLight, NULLSUB)
  22 NHSTUB(TurnOnBackLight, NULLSUB)
  23 
  24 // temporary measure
  25 NHSTUB(init_focus_eventflag,                0xFF4F1B98) //*
  26 NHSTUB(init_nd_eventflag,                   0xFF387070) //*
  27 NHSTUB(init_nd_semaphore,                   0xFF3D7268) //*
  28 
  29 

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