OpenBIC
OpenSource Bridge-IC
|
#include "pldm.h"
#include "ipmi.h"
#include "ipmb.h"
#include "libutil.h"
#include "util_sys.h"
#include <logging/log.h>
#include <stdlib.h>
#include <string.h>
#include <sys/printk.h>
#include <sys/slist.h>
#include <sys/util.h>
#include <zephyr.h>
Functions | |
LOG_MODULE_DECLARE (pldm, LOG_LEVEL_DBG) | |
__weak uint8_t | sensor_polling_cmd (void *mctp_inst, uint8_t *buf, uint16_t len, uint8_t instance_id, uint8_t *resp, uint16_t *resp_len, void *ext_params) |
uint8_t | check_iana (const uint8_t *iana) |
uint8_t | set_iana (uint8_t *buf, uint8_t buf_len) |
uint8_t | pldm_oem_handler_query (uint8_t code, void **ret_fn) |
uint8_t check_iana | ( | const uint8_t * | iana | ) |
LOG_MODULE_DECLARE | ( | pldm | , |
LOG_LEVEL_DBG | |||
) |
uint8_t pldm_oem_handler_query | ( | uint8_t | code, |
void ** | ret_fn | ||
) |
__weak uint8_t sensor_polling_cmd | ( | void * | mctp_inst, |
uint8_t * | buf, | ||
uint16_t | len, | ||
uint8_t | instance_id, | ||
uint8_t * | resp, | ||
uint16_t * | resp_len, | ||
void * | ext_params | ||
) |
uint8_t set_iana | ( | uint8_t * | buf, |
uint8_t | buf_len | ||
) |