OpenBIC
OpenSource Bridge-IC
|
#include <zephyr.h>
#include <stdlib.h>
#include <shell/shell.h>
#include "sensor.h"
#include "plat_class.h"
#include "plat_pldm_sensor.h"
#include "plat_pldm_fw_update.h"
#include "mp2971.h"
#include "mp2891.h"
#include "raa229621.h"
#include "raa228249.h"
#include "pdr.h"
#include "mp29816a.h"
#include "plat_isr.h"
#include "plat_i2c.h"
Macros | |
#define | AEGIS_CPLD_ADDR (0x4C >> 1) |
Functions | |
LOG_MODULE_REGISTER (plat_pldm_fw_version_shell) | |
void | cmd_get_fw_version_vr (const struct shell *shell, size_t argc, char **argv) |
void | cmd_get_fw_version_cpld (const struct shell *shell, size_t argc, char **argv) |
#define AEGIS_CPLD_ADDR (0x4C >> 1) |
void cmd_get_fw_version_cpld | ( | const struct shell * | shell, |
size_t | argc, | ||
char ** | argv | ||
) |
void cmd_get_fw_version_vr | ( | const struct shell * | shell, |
size_t | argc, | ||
char ** | argv | ||
) |
LOG_MODULE_REGISTER | ( | plat_pldm_fw_version_shell | ) |