[PATCH 1/2] blspec: Add missing prototype for blspec_scan_device

Sascha Hauer s.hauer at pengutronix.de
Wed Jun 17 02:40:11 PDT 2015


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 include/blspec.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/blspec.h b/include/blspec.h
index afac5ed..e22e9be 100644
--- a/include/blspec.h
+++ b/include/blspec.h
@@ -35,6 +35,7 @@ int blspec_boot_devicename(const char *devname, int verbose, int dryrun);
 
 int blspec_scan_devices(struct blspec *blspec);
 
+int blspec_scan_device(struct blspec *blspec, struct device_d *dev);
 int blspec_scan_devicename(struct blspec *blspec, const char *devname);
 int blspec_scan_directory(struct blspec *blspec, const char *root);
 
-- 
2.1.4




More information about the barebox mailing list