summaryrefslogtreecommitdiff
path: root/drivers/siox/siox.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/siox/siox.h')
-rw-r--r--drivers/siox/siox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/siox/siox.h b/drivers/siox/siox.h
index f08b43b713c5..b227e18b697a 100644
--- a/drivers/siox/siox.h
+++ b/drivers/siox/siox.h
@@ -45,5 +45,7 @@ static inline void siox_master_put(struct siox_master *smaster)
put_device(&smaster->dev);
}
+struct siox_master *devm_siox_master_alloc(struct device *dev, size_t size);
+
int siox_master_register(struct siox_master *smaster);
void siox_master_unregister(struct siox_master *smaster);