/* $Id$ G N O K I I A Linux/Unix toolset and driver for mobile phones. Copyright 2001 Manfred Jonsson Released under the terms of the GNU GPL, see file COPYING for more details. $Log$ Revision 1.1.1.1 2001/11/25 21:59:21 short :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 Revision 1.3 2001/11/19 13:03:18 pkot nk3110.c cleanup Revision 1.2 2001/08/20 23:27:37 pkot Add hardware shakehand to the link layer (Manfred Jonsson) Revision 1.1 2001/07/27 00:02:22 pkot Generic AT support for the new structure (Manfred Jonsson) */ #ifndef __atbus_h #define __atbus_h GSM_Error ATBUS_Initialise(GSM_Statemachine *state, int hw_handshake); #ifdef __atbus_c /* Prototype functions for atbus.c only */ GSM_Error ATBUS_Loop(struct timeval *timeout); bool ATBUS_OpenSerial(int hw_handshake, char *device); void ATBUS_RX_StateMachine(unsigned char rx_char); #endif /* #ifdef __atbus_c */ #endif /* #ifndef __atbus_h */