From 9503126c2474c06cd6d97351ae896baa202ac334 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 14 Mar 2009 01:11:07 +0000 Subject: [PATCH] Actually build hostside; remove some obsolete files --- hostside/Makefile | 1 + hostside/hostside.c | 13 ------------- hostside/hostside.h | 20 -------------------- 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 hostside/hostside.c delete mode 100644 hostside/hostside.h diff --git a/hostside/Makefile b/hostside/Makefile index 257b1dd..e077d93 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -30,6 +30,7 @@ client: $(CLIENT_TARGETS) #---------- executables ---------- hostside-old: serialio.o nmra.o main.o encode.o utils.o + $(LINK) topology-dump: topology-dump.o utils.o $(LAYOUT_DATA).o diff --git a/hostside/hostside.c b/hostside/hostside.c deleted file mode 100644 index 813cab3..0000000 --- a/hostside/hostside.c +++ /dev/null @@ -1,13 +0,0 @@ -/**/ - -#include -#include -#include -#include -#include - -#include "../layout/dlist.h" -#include "hostside.h" -#include "auproto-pic.h" - -FILE *dump_stream= 0; diff --git a/hostside/hostside.h b/hostside/hostside.h deleted file mode 100644 index d350c07..0000000 --- a/hostside/hostside.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * 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 -- 2.30.2