root/platform/ixus950_sd850/sub/100c/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 // based on quietschi's port to SD1000
   4 
   5 DEF(physw_status, 0x587E0)      // see PhySw task at FFA370D4
   6 DEF(physw_run, 0xA4A0)          // Ibid
   7 
   8 DEF(zoom_busy, 0x835B4)         // "ZoomLens"
   9 DEF(focus_busy, 0x82E18)        // "FocusLens"
  10 
  11 DEF(playrec_mode, 0xF074)       // after "SsStartupTask.c", in the first called f-n
  12 
  13 //DEF(FlashParamsTable, 0xFFB4DCB8)     // in GetReservedClusters_Fut_7 (sub_FFB4DE74), LDR R3, =off_FFB4DCB8
  14 DEF(canon_menu_active,0x389C)           // after "StartRecModeMenu", LDR R4, =0x389C
  15 DEF(canon_shoot_menu_active,0x27FD)     // after "DSITask.c", LDR R5, =0x2800; then
  16                                         // 0x2800-4+1=0x27FD (quietschi's prescription, SD1000)
  17 DEF(recreview_hold, 0x25E0)             // after "AR:Snd:0x%04x", LDR R3, =0x25E4; then
  18                                         // 0x25E4-4=0x25E0 (quietschi's prescription, SD1000)
  19 
  20 DEF(zoom_status, 0x26B4)
  21 DEF(movie_status, 0xA8640)
  22 DEF(some_flag_for_af_scan, 0xED58)
  23 DEF(some_f_for_dng, 0x8DEC)
  24 DEF(second_ext_for_dng, 0x8E10)
  25 DEF(sys_mempart_id, 0x5590)

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