kernel/include/linux/fpga/fpga-region.h
.. .. @@ -44,4 +44,8 @@ 44 44 int fpga_region_register(struct fpga_region *region); 45 45 void fpga_region_unregister(struct fpga_region *region); 46 46 47 +struct fpga_region48 +*devm_fpga_region_create(struct device *dev, struct fpga_manager *mgr,49 + int (*get_bridges)(struct fpga_region *));50 +47 51 #endif /* _FPGA_REGION_H */