root/platform/ixus40_sd300/sub/100j/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 DEF(led_table, 0xBC24) //should be ok, points to 0xC02200D8 led reg
   4 DEF(physw_status, 0x117B8) //ok
   5 DEF(canon_menu_active,0x7D68) //ok!
   6 DEF(focus_len_table, 0xffd792e8)
   7 
   8 //should be ok
   9 DEF(zoom_busy, 0x6E230)
  10 DEF(zoom_status, 0x7124)
  11         
  12 //a bit unsure but might be ok
  13 DEF(focus_busy, 0x6E488) 
  14 DEF(movie_status, 0x67108)
  15 DEF(FlashParamsTable,0xFF958138) // dk
  16 
  17 
  18 //FIXME: wrong!
  19 DEF(canon_shoot_menu_active,0x68F1) //WRONG! COPIED FROM SD400
  20 DEF(recreview_hold, 0x117A8) //WRONG
  21 
  22 
  23 DEF(levent_table,0xFF9514F0)
  24 DEF(playrec_mode,0x598C) // "MenuIn"
  25 DEF(sys_mempart_id, 0xF414) //  mem* functions

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