diff options
Diffstat (limited to 'include/linux/fpga/fpga-region.h')
-rw-r--r-- | include/linux/fpga/fpga-region.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fpga/fpga-region.h b/include/linux/fpga/fpga-region.h index 0521b7f577a4..27cb706275db 100644 --- a/include/linux/fpga/fpga-region.h +++ b/include/linux/fpga/fpga-region.h | |||
@@ -44,4 +44,8 @@ void fpga_region_free(struct fpga_region *region); | |||
44 | int fpga_region_register(struct fpga_region *region); | 44 | int fpga_region_register(struct fpga_region *region); |
45 | void fpga_region_unregister(struct fpga_region *region); | 45 | void fpga_region_unregister(struct fpga_region *region); |
46 | 46 | ||
47 | struct fpga_region | ||
48 | *devm_fpga_region_create(struct device *dev, struct fpga_manager *mgr, | ||
49 | int (*get_bridges)(struct fpga_region *)); | ||
50 | |||
47 | #endif /* _FPGA_REGION_H */ | 51 | #endif /* _FPGA_REGION_H */ |