]> Git Repo - linux.git/blobdiff - include/linux/fpga/fpga-mgr.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / include / linux / fpga / fpga-mgr.h
index 8ab5df76992395276bf35ea4ee7437ef5a00cf3a..e8ca62b2cb5bef57b41f2ecacf60ff20a63eca72 100644 (file)
@@ -198,4 +198,8 @@ void fpga_mgr_free(struct fpga_manager *mgr);
 int fpga_mgr_register(struct fpga_manager *mgr);
 void fpga_mgr_unregister(struct fpga_manager *mgr);
 
+struct fpga_manager *devm_fpga_mgr_create(struct device *dev, const char *name,
+                                         const struct fpga_manager_ops *mops,
+                                         void *priv);
+
 #endif /*_LINUX_FPGA_MGR_H */
This page took 0.034698 seconds and 4 git commands to generate.