aboutsummaryrefslogtreecommitdiffstats
path: root/src/serial.h
diff options
context:
space:
mode:
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__ */