diff options
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
-rw-r--r-- | include/linux/fpga/fpga-mgr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fpga/fpga-mgr.h b/include/linux/fpga/fpga-mgr.h index 8ab5df769923..e8ca62b2cb5b 100644 --- a/include/linux/fpga/fpga-mgr.h +++ b/include/linux/fpga/fpga-mgr.h | |||
@@ -198,4 +198,8 @@ void fpga_mgr_free(struct fpga_manager *mgr); | |||
198 | int fpga_mgr_register(struct fpga_manager *mgr); | 198 | int fpga_mgr_register(struct fpga_manager *mgr); |
199 | void fpga_mgr_unregister(struct fpga_manager *mgr); | 199 | void fpga_mgr_unregister(struct fpga_manager *mgr); |
200 | 200 | ||
201 | struct fpga_manager *devm_fpga_mgr_create(struct device *dev, const char *name, | ||
202 | const struct fpga_manager_ops *mops, | ||
203 | void *priv); | ||
204 | |||
201 | #endif /*_LINUX_FPGA_MGR_H */ | 205 | #endif /*_LINUX_FPGA_MGR_H */ |