chiark / gitweb /
movfeat wip
[trains.git] / hostside / hostside.h
1 /*
2  * OBSOLETE FILE
3  * declarations for hostside controller daemon
4  */
5
6 #ifndef HOSTSIDE_H
7 #define HOSTSIDE_H
8
9 #include "common.h"
10
11 /*---------- from protocol.c ----------*/
12
13 typedef struct OrdinaryPicMessage OrdinaryPicMessage;
14 struct OrdinaryPicMessage {
15   const char *title;
16   unsigned opcode;
17   int operand_bits; /* 0: no operand.  >=7, insn is a 2-byte message */
18 };
19      
20 #endif