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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULLSUB 0xFF83483C  //blackhole
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(MakeDirectory_Fut,                   0xFF827FB4) // mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS blackhole
   6 NHSTUB(CreateTask_low,                      0x006B15A4)
   7 DEF(hook_CreateTask_low,                    0x006B15A4)
   8 
   9 // Additional
  10 NHSTUB(TurnOffE1,                           0xFF838618) // for shutdown(), to complicated to emulate  blackhole
  11 
  12 // Not needed
  13 NHSTUB(RefreshPhysicalScreen,               NULLSUB)
  14 
  15 // These don't exist
  16 NHSTUB(kbd_pwr_off,                         NULLSUB)
  17 NHSTUB(kbd_pwr_on,                          NULLSUB)
  18 NHSTUB(SetZoomActuatorSpeedPercent,         NULLSUB)
  19 
  20 // temporary measure
  21 NHSTUB(init_focus_eventflag,                0xFFBAAC74) //blackhole
  22 NHSTUB(init_nd_eventflag,                   0xFFAC8214) //blackhole
  23 NHSTUB(init_nd_semaphore,                   0xFFB042F0) //blackhole
  24 NHSTUB(CreateBinarySemaphoreStrictly,0xff8266a4) // for av_override_semaphore
  25 
  26 DEF(task_LiveImageTask, 0xFF915268)
  27 
  28 IGNORE(MakeAFScan)  // Custom version in lib.c, ignore firmware version

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