inc/xrt: Remove declaration of xrt_prober_create.

This commit is contained in:
Ryan Pavlik 2020-05-26 16:57:32 -05:00
parent a034260ec3
commit 8c54139f79

View file

@ -351,19 +351,17 @@ xrt_prober_destroy(struct xrt_prober **xp_ptr)
} }
/*! /*!
* Call this function to create the @ref xrt_prober. This function is setup in * Create a prober with a list of known devices and autoprobers.
* the the very small target wrapper.c for each binary. *
* * Typically used by xrt_instance_create implementations to create the prober,
* @ingroup xrt_iface * often with a shared list called `target_list`.
*/ *
int * @param[out] out_xp Pointer to xrt_prober pointer, will be populated with
xrt_prober_create(struct xrt_prober **out_xp); * created xrt_prober instance.
* @param[in] list Prober entry list
/*!
* Can be used by xrt_instance_create implementations to create the prober with
* a list of drivers.
* *
* @ingroup xrt_iface * @ingroup xrt_iface
* @relates xrt_prober
*/ */
int int
xrt_prober_create_with_lists(struct xrt_prober **out_xp, xrt_prober_create_with_lists(struct xrt_prober **out_xp,