···226226 *
227227 * Each target must implement this function.
228228 *
229229+ * @param[in] ii A pointer to a info struct containing information about the
230230+ * application.
229231 * @param[out] out_xinst A pointer to an xrt_instance pointer. Will be
230232 * populated.
231233 *
···234236 * @relates xrt_instance
235237 */
236238int
237237-xrt_instance_create(struct xrt_instance **out_xinst,
238238- struct xrt_instance_info *ii);
239239+xrt_instance_create(struct xrt_instance_info *ii,
240240+ struct xrt_instance **out_xinst
241241+242242+);
239243240244/*!
241245 * @}