forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/include/linux/fpga/fpga-region.h
....@@ -44,4 +44,8 @@
4444 int fpga_region_register(struct fpga_region *region);
4545 void fpga_region_unregister(struct fpga_region *region);
4646
47
+struct fpga_region
48
+*devm_fpga_region_create(struct device *dev, struct fpga_manager *mgr,
49
+ int (*get_bridges)(struct fpga_region *));
50
+
4751 #endif /* _FPGA_REGION_H */