Source code upload
[framework/connectivity/libgphoto2.git] / camlibs / canon / library.h
1 /****************************************************************************
2  *
3  * File: library.h
4  *
5  ****************************************************************************/
6
7 #ifndef _LIBRARY_H
8 #define _LIBRARY_H
9
10 /****************************************************************************
11  *
12  * These are defines for packet command codes collected from several
13  * sources. There's no guarantee, that they are correct...
14  *
15  * The same is true for the ident string offset
16  *
17  ****************************************************************************/
18
19 /* #define CANON_CMD_ACK                        0x04 */
20 /* #define CANON_CMD_PING                       0x10 */
21
22 /* #define CANON_PCK_SOT                        0x05 */
23 /* #define CANON_PCK_EOT                        0x04 */
24 /* #define CANON_PCK_CMD                        0x00 */
25 /* #define CANON_PCK_IDENT                      0x06 */
26
27
28 void clear_readiness(Camera *camera);
29
30 #define GP_MODULE "canon"
31
32 #endif /* _LIBRARY_H */
33
34 /****************************************************************************
35  *
36  * End of file: library.h
37  *
38  ****************************************************************************/
39
40 /*
41  * Local Variables:
42  * c-file-style:"linux"
43  * indent-tabs-mode:t
44  * End:
45  */