:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
[gnokii.git] / include / phones / generic.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) 2000 Hugh Blemings & Pavel Janík ml.
10   Copytight (C) 2000 Chris Kemp
11
12   Released under the terms of the GNU GPL, see file COPYING for more details.
13
14   This file provides useful functions for all phones  
15   See README for more details on supported mobile phones.
16
17   The various routines are called PGEN_...
18
19   $Log$
20   Revision 1.1.1.1  2001/11/25 21:59:22  short
21   :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
22
23   Revision 1.3  2001/03/21 23:36:08  chris
24   Added the statemachine
25   This will break gnokii --identify and --monitor except for 6210/7110
26
27   Revision 1.2  2001/03/11 11:12:21  machek
28   Added header for PGEN_IncomingDefault.
29
30   Revision 1.1  2001/02/21 19:57:12  chris
31   More fiddling with the directory layout
32
33   Revision 1.4  2001/01/29 17:14:44  chris
34   dprintf now in misc.h (and fiddling with 7110 code)
35
36   Revision 1.3  2001/01/23 15:32:44  chris
37   Pavel's 'break' and 'static' corrections.
38   Work on logos for 7110.
39
40   Revision 1.2  2001/01/17 02:54:56  chris
41   More 7110 work.  Use with care! (eg it is not possible to delete phonebook entries)
42   I can now edit my phonebook in xgnokii but it is 'work in progress'.
43
44
45 */
46
47 #ifndef __phones_generic_h
48 #define __phones_generic_h
49
50 #include "gsm-common.h"
51 #include "misc.h"
52
53 /* Generic Functions */
54
55 GSM_Error PGEN_DebugMessage(int type, unsigned char *mes, int len);
56 GSM_Error PGEN_IncomingDefault(int messagetype, unsigned char *buffer, int length);
57
58
59 #endif
60
61
62
63
64
65
66
67