:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
[gnokii.git] / include / links / atbus.h
1 /*
2
3   $Id$
4   
5   G N O K I I
6
7   A Linux/Unix toolset and driver for mobile phones.
8
9   Copyright 2001 Manfred Jonsson <manfred.jonsson@gmx.de>
10
11   Released under the terms of the GNU GPL, see file COPYING for more details.
12
13   $Log$
14   Revision 1.1.1.1  2001/11/25 21:59:21  short
15   :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
16
17   Revision 1.3  2001/11/19 13:03:18  pkot
18   nk3110.c cleanup
19
20   Revision 1.2  2001/08/20 23:27:37  pkot
21   Add hardware shakehand to the link layer (Manfred Jonsson)
22
23   Revision 1.1  2001/07/27 00:02:22  pkot
24   Generic AT support for the new structure (Manfred Jonsson)
25
26
27 */
28                 
29 #ifndef __atbus_h
30 #define __atbus_h
31
32 GSM_Error ATBUS_Initialise(GSM_Statemachine *state, int hw_handshake);
33
34 #ifdef __atbus_c  /* Prototype functions for atbus.c only */
35
36 GSM_Error ATBUS_Loop(struct timeval *timeout);
37 bool ATBUS_OpenSerial(int hw_handshake, char *device);
38 void ATBUS_RX_StateMachine(unsigned char rx_char);
39
40 #endif   /* #ifdef __atbus_c */
41
42 #endif   /* #ifndef __atbus_h */