summaryrefslogtreecommitdiffstats
path: root/discover/grub2/grub2.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/grub2/grub2.h')
-rw-r--r--discover/grub2/grub2.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/discover/grub2/grub2.h b/discover/grub2/grub2.h
index 2de77a2..4949f3c 100644
--- a/discover/grub2/grub2.h
+++ b/discover/grub2/grub2.h
@@ -85,10 +85,6 @@ struct grub2_parser {
struct grub2_script *script;
};
-struct grub2_root {
- char *uuid;
-};
-
/* type for builtin functions */
typedef int (*grub2_function)(struct grub2_script *script, void *data,
int argc, char *argv[]);
@@ -150,7 +146,7 @@ void register_builtins(struct grub2_script *script);
/* resources */
struct resource *create_grub2_resource(void *ctx,
struct discover_device *orig_device,
- struct grub2_root *root, const char *path);
+ const char *root, const char *path);
bool resolve_grub2_resource(struct device_handler *handler,
struct resource *res);
OpenPOWER on IntegriCloud