Gammu internals  1.38.0
s60.h
Go to the documentation of this file.
1 /* This program is free software; you can redistribute it and/or modify
2  * it under the terms of the GNU General Public License as published by
3  * the Free Software Foundation; either version 2 of the License, or
4  * (at your option) any later version.
5  *
6  * This program is distributed in the hope that it will be useful,
7  * but WITHOUT ANY WARRANTY; without even the implied warranty of
8  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9  * GNU General Public License for more details.
10  *
11  * You should have received a copy of the GNU General Public License along
12  * with this program; if not, write to the Free Software Foundation, Inc.,
13  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
14  *
15  * Copyright (c) 2011 Michal Cihar <[email protected]>
16  */
17 
18 #ifndef __s60_h
19 #define __s60_h
20 
21 #include "../protocol.h"
22 
23 typedef enum {
26 } S60_State;
27 
28 typedef struct {
31  char idbuffer[20];
32  int idpos;
34 
35 #if defined(GSM_ENABLE_S60)
36 # ifndef GSM_USED_BLUETOOTHDEVICE
37 # define GSM_USED_BLUETOOTHDEVICE
38 # endif
39 #endif
40 
41 #endif
42 
43 /* How should editor hadle tabs in this file? Add editor commands here.
44  * vim: noexpandtab sw=8 ts=8 sts=8:
45  */
46 
Definition: s60.h:24
S60_State State
Definition: s60.h:30
GSM_Protocol_Message Msg
Definition: s60.h:29
Definition: s60.h:25
S60_State
Definition: s60.h:23