summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/sonydscf1/command.h')
-rw-r--r--camlibs/sonydscf1/command.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/camlibs/sonydscf1/command.h b/camlibs/sonydscf1/command.h
new file mode 100644
index 000000000..43b7a1502
--- /dev/null
+++ b/camlibs/sonydscf1/command.h
@@ -0,0 +1,25 @@
+#ifndef __COMMAND_H__
+#define __COMMAND_H__
+
+#include "common.h"
+
+void F1setfd P__((GPPort*,int));
+int F1getfd P__((GPPort*));
+int F1reset P__((GPPort*));
+u_char checksum(u_char addr, u_char *cp, int len);
+int F1ok P__((GPPort*));
+long F1getdata P__((GPPort*,char *, u_char *, int));
+int F1status P__((GPPort*,int));
+char F1newstatus P__((GPPort *port, int, char *));
+int F1howmany P__((GPPort *));
+int F1fopen P__((GPPort *,char *));
+long F1fread(GPPort *,u_char *data, long len);
+long F1fwrite(GPPort *,u_char *data, long len, u_char b);
+long F1fseek P__((GPPort *,long, int));
+u_long F1finfo P__((GPPort *,char *));
+int F1fclose P__((GPPort *));
+
+int F1deletepicture P__((GPPort*,int));
+int F1ffs P__((GPPort*));
+
+#endif /* __COMMAND_H__ */