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, 0 insertions, 26 deletions
diff --git a/src/serial.h b/src/serial.h
deleted file mode 100644
index dd33ad7..0000000
--- a/src/serial.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * 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__ */