summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-06-16 11:59:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-17 11:39:46 +0200
commitcc3927d20a9667a9efb600e5d919f93fc9dab9dd (patch)
treedf3f396c555e5990a6ffda52181396a6276cd839 /include
parenta3a17dfd5a2c5df9626c844dcbef3bb2e9cce14c (diff)
downloadbarebox-cc3927d20a9667a9efb600e5d919f93fc9dab9dd.tar.gz
barebox-cc3927d20a9667a9efb600e5d919f93fc9dab9dd.tar.xz
blspec: Add missing prototype for blspec_scan_device
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/blspec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/blspec.h b/include/blspec.h
index afac5ed7ba..e22e9be11d 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);