chiark / gitweb /
dd33ad7598cd923a1092669237820283593e893f
[sympathy.git] / src / serial.h
1 /*
2  * serial.h:
3  *
4  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
5  * All rights reserved.
6  *
7  */
8
9 /*
10  * $Id$
11  */
12
13 /*
14  * $Log$
15  * Revision 1.1  2008/02/15 19:09:00  james
16  * *** empty log message ***
17  *
18  */
19
20 #ifndef __SERIAL_H__
21 #define __SERIAL_H__
22
23 #define SERIAL_LOCK_PASSIVE 0
24 #define SERIAL_LOCK_ACTIVE  1
25
26 #endif /* __SERIAL_H__ */