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) | |
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 | ||
) |
uint8_t set_iana | ( | uint8_t * | buf, |
uint8_t | buf_len | ||
) |