root/platform/sx510hs/sub/capt_seq_hdr.c

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "lolevel.h"
   2 #include "platform.h"
   3 #include "core.h"
   4 
   5 #define NR_AUTO (0)                 // have to explictly reset value back to 0 to enable auto
   6 static long *nrflag = (long*)(0xCF68+0xC); // sx510 101a Found @ 0xff2adfe4 (0xcf68) & 0xff2adfe8 (+0xC)
   7 
   8 #include "../../../generic/capt_seq.c"

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