:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
[gnokii.git] / include / mbus-2110.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   Copyright (C) 1999, 2000 Hugh Blemings & Pavel Janík ml.
10
11   Released under the terms of the GNU GPL, see file COPYING for more details.
12
13   Header file for 2110 code.    
14
15   $Log$
16   Revision 1.1.1.1  2001/11/25 21:59:20  short
17   :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
18
19   Revision 1.21  2001/06/28 00:28:46  pkot
20   Small docs updates (Pawel Kot)
21
22
23 */
24
25 #ifndef         __mbus_2110_h
26 #define         __mbus_2110_h
27
28 #ifndef         __gsm_common_h
29 #include        "gsm-common.h"  /* Needed for GSM_Error etc. */
30 #endif
31
32         /* Global variables */
33 extern bool                                     MB21_LinkOK;
34 extern GSM_Functions            MB21_Functions;
35 extern GSM_Information          MB21_Information;
36
37 #endif  /* __mbus_2110_h */