17#ifndef PLAT_I2C_SLAVE_H
18#define PLAT_I2C_SLAVE_H
20#include <drivers/i2c.h>
24 struct k_work set_slot_work;
28#define SLOT_0_I2C_SET_SLOT_REG 0x40
29#define SLOT_1_I2C_SET_SLOT_REG 0x41
30#define SLOT_2_I2C_SET_SLOT_REG 0x42
31#define SLOT_3_I2C_SET_SLOT_REG 0x43
33#define GET_MMC_INFO_REG 0x50
35#define TARGET_ENABLE 1
36#define TARGET_DISABLE 0
Definition: plat_i2c_target.h:23
int slot
Definition: plat_i2c_target.h:25