root/include/raw_buffer.h

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

INCLUDED FROM


   1 #ifndef RAW_BUFFER_H
   2 #define RAW_BUFFER_H
   3 
   4 // CHDK Raw buffer interface
   5 
   6 // Note: used in modules and platform independent code. 
   7 // Do not add platform dependent stuff in here (#ifdef/#endif compile options or camera dependent values)
   8 
   9 extern char *hook_raw_image_addr();
  10 extern char *hook_alt_raw_image_addr();
  11 
  12 #endif

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