This commit was manufactured by cvs2svn to create branch 'decode'.
[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 int     DP_CallBack(RLP_UserInds ind, u8 *buffer, int length);
23 void    DP_CallPassup(char c);
24
25         /* All defines and prototypes from here down are specific to 
26            the datapump code and so are #ifdef out if __datapump_c isn't 
27            defined. */
28 #ifdef  __data_datapump_c
29
30
31
32
33
34
35
36 #endif  /* __data_datapump_c */
37
38 #endif  /* __data_datapump_h */