|
@@ -115,6 +115,7 @@ struct fpga_image_info {
|
|
|
* @write_sg: write the scatter list of configuration data to the FPGA
|
|
|
* @write_complete: set FPGA to operating state after writing is done
|
|
|
* @fpga_remove: optional: Set FPGA into a specific state during driver remove
|
|
|
+ * @groups: optional attribute groups.
|
|
|
*
|
|
|
* fpga_manager_ops are the low level functions implemented by a specific
|
|
|
* fpga manager driver. The optional ones are tested for NULL before being
|
|
@@ -131,6 +132,7 @@ struct fpga_manager_ops {
|
|
|
int (*write_complete)(struct fpga_manager *mgr,
|
|
|
struct fpga_image_info *info);
|
|
|
void (*fpga_remove)(struct fpga_manager *mgr);
|
|
|
+ const struct attribute_group **groups;
|
|
|
};
|
|
|
|
|
|
/**
|