root/platform/ixus30_sd200/sub/100k/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 DEF(led_table, 0xBBA4) //@ffa62cc0
   4 DEF(physw_status, 0x11738) //@ff830044 +0x10 (?)
   5 DEF(canon_menu_active,0x7CE8) //@ff9d3098, OK
   6 DEF(focus_len_table, 0xffd792e8)
   7 
   8 //should be ok
   9 DEF(zoom_busy, 0x6e1b0) //@ffa50594
  10 DEF(zoom_status, 0x70a4) //@ff9965b0
  11         
  12 //a bit unsure but might be ok
  13 DEF(focus_busy, 0x6E408) //@ffa5ed68
  14 DEF(movie_status, 0x67088) //@ff9363b8
  15 DEF(FlashParamsTable, 0xff957ef4) //for sure
  16 
  17 DEF(sys_mempart_id, 0xF39C) // @FFAC48C0
  18 DEF(levent_table, 0xff9512ac) //should be ok
  19 
  20 DEF(physw_run, 0x20e4) //just a feeling...
  21 DEF(playrec_mode, 0x590C) // it's in "MenuIn", but not sure if this is what we need (0=pb mode, 1=rec mode, 2=review mode in rec)
  22 DEF(recreview_hold, 0x6b7fc) //should be ok (found by comparing a410's code to this one, verified with debug display)
  23 
  24 //FIXME: wrong!
  25 DEF(canon_shoot_menu_active,0x68F1) //WRONG
  26 
  27 

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