aboutsummaryrefslogtreecommitdiffstats
path: root/src/serial.h
diff options
context:
space:
mode:
authorjames <>2008-02-15 19:09:00 +0000
committerjames <>2008-02-15 19:09:00 +0000
commit1a9a2390690cc67041ea52a0d467114be2dde17c (patch)
treef54db8751b6f7ec8b6eb3fbda512d24b889b6711 /src/serial.h
parent9d7ba333e3d966a41302941c49a1477dd61aad21 (diff)
downloadsympathy-1a9a2390690cc67041ea52a0d467114be2dde17c.tar.gz
sympathy-1a9a2390690cc67041ea52a0d467114be2dde17c.tar.bz2
sympathy-1a9a2390690cc67041ea52a0d467114be2dde17c.zip
*** empty log message ***
Diffstat (limited to 'src/serial.h')
-rw-r--r--src/serial.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/serial.h b/src/serial.h
new file mode 100644
index 0000000..dd33ad7
--- /dev/null
+++ b/src/serial.h
@@ -0,0 +1,26 @@
+/*
+ * serial.h:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+/*
+ * $Id$
+ */
+
+/*
+ * $Log$
+ * Revision 1.1 2008/02/15 19:09:00 james
+ * *** empty log message ***
+ *
+ */
+
+#ifndef __SERIAL_H__
+#define __SERIAL_H__
+
+#define SERIAL_LOCK_PASSIVE 0
+#define SERIAL_LOCK_ACTIVE 1
+
+#endif /* __SERIAL_H__ */