X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fmessage.h;fp=discover%2Fmessage.h;h=0000000000000000000000000000000000000000;hb=eea4234f719966d2c2e4351d2f465edf58b80ed3;hp=d0b0e34ed329c6ec2dd78736304b1af625450b20;hpb=7d830eb98a012c5724cdd4ed828b039ba5f788b6;p=petitboot 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 */