···112112 int *left,
113113 int *right);
114114115115+/*!
116116+ * Helper function to assign head, left hand and right hand roles.
117117+ *
118118+ * @ingroup aux_util
119119+ */
120120+void
121121+u_device_setup_tracking_origins(struct xrt_device *head,
122122+ struct xrt_device *left,
123123+ struct xrt_device *right);
124124+115125#ifdef __cplusplus
116126}
117127#endif