This commit was manufactured by cvs2svn to create tag 'bp_uc'.
[gnokii.git] / include / newmodules / n3110.h
1 /*
2
3   G N O K I I
4
5   A Linux/Unix toolset and driver for Nokia mobile phones.
6
7   Released under the terms of the GNU GPL, see file COPYING for more details.
8
9   Header file for the various functions, definitions etc. used to implement
10   the handset interface.
11
12 */
13
14 #ifndef __n_3110_h
15 #define __n_3110_h
16
17 #include "gsm-api.h"
18
19 /* Global variables */
20 extern bool            N3110_LinkOK;
21 extern GSM_Functions   N3110_Functions;
22 extern GSM_Information N3110_Information;
23
24 /* Prototypes for the functions designed to be used externally. */
25 GSM_Error N3110_Initialise(char *port_device, char *initlength,
26                           GSM_ConnectionType connection,
27                           void (*rlp_callback)(RLP_F96Frame *frame));
28
29 void      N3110_DispatchMessage(u16 MessageLength, u8 *MessageBuffer,
30                               u8 MessageType);
31
32 #endif /* __n_3110_h */