Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / include / phones / nokia.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   Copyright (C) 2001 Manfred Jonsson
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 PNOK_...
18
19   $Log$
20   Revision 1.1.1.2  2002/04/03 00:08:21  short
21   Found in "gnokii-working" directory, some November-patches version
22
23   Revision 1.1  2001/02/21 19:57:13  chris
24   More fiddling with the directory layout
25
26   Revision 1.1  2001/02/01 15:19:41  pkot
27   Fixed --identify and added Manfred's manufacturer patch
28
29
30 */
31
32 #ifndef __phones_nokia_h
33 #define __phones_nokia_h
34
35
36 #define PNOK_MAX_MANUFACTURER_LENGTH 16 
37
38 GSM_Error PNOK_GetManufacturer(char *manufacturer);
39
40 #endif