TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
pldm_mctp_responder.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef TT_PMCI_PLDM_MCTP_RESPONDER_H_
8#define TT_PMCI_PLDM_MCTP_RESPONDER_H_
9
10#include <zephyr/device.h>
11
18const struct device *tt_pldm_mctp_responder_oem_handler_get(const struct device *dev);
19
20#endif /* TT_PMCI_PLDM_MCTP_RESPONDER_H_ */
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.
Definition pldm_mctp_responder.c:120