···8585{
8686 enum xrt_device_name name;
87878888+ //! Offset into the array of pairs where this input bindings starts.
8989+ uint32_t first_input_index;
8890 //! Number of inputs.
8991 uint32_t input_count;
9090- //! Offset into the array of pairs where this input bindings starts.
9191- uint32_t first_input_index;
92929393+ //! Offset into the array of pairs where this output bindings starts.
9494+ uint32_t first_output_index;
9395 //! Number of outputs.
9496 uint32_t output_count;
9595- //! Offset into the array of pairs where this output bindings starts.
9696- uint32_t first_output_index;
9797};
98989999/*!