4 * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
15 * Revision 1.5 2008/02/23 11:48:37 james
16 * *** empty log message ***
18 * Revision 1.4 2008/02/22 17:07:00 james
19 * *** empty log message ***
21 * Revision 1.3 2008/02/15 23:52:12 james
22 * *** empty log message ***
24 * Revision 1.2 2008/02/15 03:32:07 james
25 * *** empty log message ***
27 * Revision 1.1 2008/02/14 12:17:42 james
28 * *** empty log message ***
35 #define IPC_MAX_BUF 1024
37 #define IPC_MSG_TYPE_NOOP 0
38 #define IPC_MSG_TYPE_DEBUG 1
39 #define IPC_MSG_TYPE_VT102 2
40 #define IPC_MSG_TYPE_HISTORY 3
41 #define IPC_MSG_TYPE_KEY 4
42 #define IPC_MSG_TYPE_TERM 5
43 #define IPC_MSG_TYPE_STATUS 6
44 #define IPC_MSG_TYPE_SETBAUD 7
45 #define IPC_MSG_TYPE_SENDBREAK 8
46 #define IPC_MSG_TYPE_SETFLOW 9
47 #define IPC_MSG_TYPE_SETANSI 10
48 #define IPC_MSG_TYPE_HANGUP 11
155 IPC_Msg_history history;
159 IPC_Msg_status status;
160 IPC_Msg_setbaud setbaud;
161 IPC_Msg_sendbreak sendbreak;
162 IPC_Msg_setflow setflow;
163 IPC_Msg_setansi setansi;
164 IPC_Msg_hangup hangup;
169 #endif /* __IPC_H__ */