about summary refs log tree commit diff
path: root/converter/other/cameratopam/canon.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/cameratopam/canon.h')
-rw-r--r--converter/other/cameratopam/canon.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/converter/other/cameratopam/canon.h b/converter/other/cameratopam/canon.h
new file mode 100644
index 00000000..041cdc4d
--- /dev/null
+++ b/converter/other/cameratopam/canon.h
@@ -0,0 +1,13 @@
+#ifndef CANON_H_INCLUDED
+#define CANON_H_INCLUDED
+
+void 
+canon_600_load_raw(void);
+
+void
+canon_a5_load_raw(void);
+
+void 
+canon_compressed_load_raw(void);
+
+#endif