This commit was generated by cvs2svn to compensate for changes in r158,
[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.2  2002/04/03 00:08:20  short
15   Found in "gnokii-working" directory, some November-patches version
16
17   Revision 1.2  2001/08/20 23:27:37  pkot
18   Add hardware shakehand to the link layer (Manfred Jonsson)
19
20   Revision 1.1  2001/07/27 00:02:22  pkot
21   Generic AT support for the new structure (Manfred Jonsson)
22
23
24 */
25                 
26 #ifndef __atbus_h
27 #define __atbus_h
28
29 GSM_Error ATBUS_Initialise(GSM_Statemachine *state, int hw_handshake);
30
31 #ifdef __atbus_c  /* Prototype functions for atbus.c only */
32
33 GSM_Error ATBUS_Loop(struct timeval *timeout);
34 bool ATBUS_OpenSerial(int hw_handshake);
35 void ATBUS_RX_StateMachine(unsigned char rx_char);
36
37 #endif   /* #ifdef __atbus_c */
38
39 #endif   /* #ifndef __atbus_h */