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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xff810b64
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(MakeDirectory_Fut,                   0xff8176e0) //mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   6 NHSTUB(WriteSDCard,                         0xff86e074)
   7 NHSTUB(MakeSDCardBootable,                  0xff820718)
   8 NHSTUB(GetFocusLensSubjectDistanceFromLens, 0xff983bfc)
   9 NHSTUB(DeleteFile_Fut,                      0xff816bd0)
  10 
  11 // Additional
  12 NHSTUB(TurnOffE1,                           0xff8269e0) // for shutdown(), to complicated to emulate
  13 
  14 // Not needed
  15 NHSTUB(RefreshPhysicalScreen,       NULL_SUB)
  16 
  17 // These don't exist
  18 NHSTUB(kbd_pwr_off,                 NULL_SUB)
  19 NHSTUB(kbd_pwr_on,                  NULL_SUB)
  20 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  21 
  22 //TODO
  23 NHSTUB(UnsetZoomForMovie,           NULL_SUB)
  24 

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