This commit was generated by cvs2svn to compensate for changes in r4, which
[gnokii.git] / include / links / atbus.h
diff --git a/include/links/atbus.h b/include/links/atbus.h
new file mode 100644 (file)
index 0000000..b7e0a27
--- /dev/null
@@ -0,0 +1,42 @@
+/*
+
+  $Id$
+  
+  G N O K I I
+
+  A Linux/Unix toolset and driver for mobile phones.
+
+  Copyright 2001 Manfred Jonsson <manfred.jonsson@gmx.de>
+
+  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 */