summaryrefslogtreecommitdiffstats
path: root/discover/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/resource.h')
-rw-r--r--discover/resource.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/discover/resource.h b/discover/resource.h
index 3ef13a5..ae993e8 100644
--- a/discover/resource.h
+++ b/discover/resource.h
@@ -22,6 +22,9 @@ struct resource {
};
};
+void resolve_resource_against_device(struct resource *res,
+ struct discover_device *dev, const char *path);
+
/**
* devpath resources.
*
@@ -47,7 +50,5 @@ struct resource *create_url_resource(struct discover_boot_option *opt,
bool resolve_devpath_resource(struct device_handler *dev,
struct resource *res);
-
-
#endif /* RESOURCE_H */
OpenPOWER on IntegriCloud