First version, development moved to 5110-connected machine
[gnokii.git] / include / data / datapump.h
1 /*
2
3   $Id$
4
5   G N O K I I
6
7   A Linux/Unix toolset and driver for Nokia mobile phones.
8
9   Released under the terms of the GNU GPL, see file COPYING for more details.
10
11   Header file for data pump code.
12         
13 */
14
15 #ifndef __data_datapump_h
16 #define __data_datapump_h 
17
18         /* Prototypes */
19
20 void    DP_CallFinished(void);
21 bool    DP_Initialise(int read_fd, int write_fd);
22 void    DP_CallPassup(char c);
23
24         /* All defines and prototypes from here down are specific to 
25            the datapump code and so are #ifdef out if __datapump_c isn't 
26            defined. */
27 #ifdef  __data_datapump_c
28
29
30
31
32
33
34
35 #endif  /* __data_datapump_c */
36
37 #endif  /* __data_datapump_h */