summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-07-31 20:21:01 +0200
committerLucas Stach <l.stach@pengutronix.de>2017-07-31 20:21:01 +0200
commitd6d7441e90d7859c60cba8b9bc160d7d24692452 (patch)
tree31337dbe64d7006b5a1a399879c1915819041140 /include
parentfcad2a76f7981320ef14592599c7955e985c264d (diff)
parent69d50079bb0bf5cc6db2c3376fec691208b25c40 (diff)
downloadbarebox-d6d7441e90d7859c60cba8b9bc160d7d24692452.tar.gz
barebox-d6d7441e90d7859c60cba8b9bc160d7d24692452.tar.xz
Merge branch 'for-next/efi'
Diffstat (limited to 'include')
-rw-r--r--include/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/driver.h b/include/driver.h
index 3d701f2439..8617872053 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -472,6 +472,7 @@ struct cdev *cdev_by_name(const char *filename);
struct cdev *lcdev_by_name(const char *filename);
struct cdev *cdev_readlink(struct cdev *cdev);
struct cdev *cdev_by_device_node(struct device_node *node);
+struct cdev *cdev_by_partuuid(const char *partuuid);
struct cdev *cdev_open(const char *name, unsigned long flags);
struct cdev *cdev_create_loop(const char *path, ulong flags);
void cdev_remove_loop(struct cdev *cdev);