summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--discover/Makefile.am1
-rw-r--r--discover/message.h31
2 files changed, 0 insertions, 32 deletions
diff --git a/discover/Makefile.am b/discover/Makefile.am
index 829270a..5f63442 100644
--- a/discover/Makefile.am
+++ b/discover/Makefile.am
@@ -48,7 +48,6 @@ pb_discover_SOURCES = \
event.c \
event.h \
event-parser.c \
- message.h \
params.c \
params.h \
pb-discover.c \
diff --git a/discover/message.h b/discover/message.h
deleted file mode 100644
index d0b0e34..0000000
--- a/discover/message.h
+++ /dev/null
@@ -1,31 +0,0 @@
-
-#ifndef _MESSAGE_H
-#define _MESSAGE_H
-
-enum device_action {
- DEV_ACTION_ADD_DEVICE = 0,
- DEV_ACTION_ADD_OPTION = 1,
- DEV_ACTION_REMOVE_DEVICE = 2,
- DEV_ACTION_REMOVE_OPTION = 3
-};
-
-struct device {
- char *id;
- char *name;
- char *description;
- char *icon_file;
-
- struct boot_option {
- char *id;
- char *name;
- char *description;
- char *icon_file;
- char *boot_image_file;
- char *initrd_file;
- char *boot_args;
- } *options;
- int n_options;
-};
-
-
-#endif /* _MESSAGE_H */
OpenPOWER on IntegriCloud