/* * serial.h: * * Copyright (c) 2008 James McKenzie , * 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__ */