17#ifndef PLAT_I2C_SLAVE_H
18#define PLAT_I2C_SLAVE_H
20#include <drivers/i2c.h>
23#define TARGET_ENABLE 1
24#define TARGET_DISABLE 0
29 uint8_t sensor_index_offset;
30 uint32_t sensor_value;
35 uint8_t register_layout_version;
36 uint16_t sensor_base_index;
Definition: pldm_smbios.h:61