#---------- executables ----------
hostside-old: serialio.o nmra.o main.o encode.o utils.o
+ $(LINK)
topology-dump: topology-dump.o utils.o $(LAYOUT_DATA).o
+++ /dev/null
-/*
- * OBSOLETE FILE
- * declarations for hostside controller daemon
- */
-
-#ifndef HOSTSIDE_H
-#define HOSTSIDE_H
-
-#include "common.h"
-
-/*---------- from protocol.c ----------*/
-
-typedef struct OrdinaryPicMessage OrdinaryPicMessage;
-struct OrdinaryPicMessage {
- const char *title;
- unsigned opcode;
- int operand_bits; /* 0: no operand. >=7, insn is a 2-byte message */
-};
-
-#endif