TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
pldm_mctp_responder.h File Reference
#include <zephyr/device.h>
Include dependency graph for pldm_mctp_responder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const struct devicett_pldm_mctp_responder_oem_handler_get (const struct device *dev)
 Return the OEM handler device associated with a PLDM MCTP responder.

Function Documentation

◆ tt_pldm_mctp_responder_oem_handler_get()

const struct device * tt_pldm_mctp_responder_oem_handler_get ( const struct device * dev)

Return the OEM handler device associated with a PLDM MCTP responder.

Parameters
devA tenstorrent,pldm-mctp-responder device instance.
Returns
The linked tenstorrent,pldm-oem-handler device, or NULL if none.