Hi Leif,
+#ifndef __MV_EEPROM_H__ +#define __MV_EEPROM_H__
+#include <Uefi.h>
+#define EEPROM_SIGNATURE SIGNATURE_32 ('E', 'E', 'P', 'R')
+#define MAX_BUFFER_LENGTH 64
+#define I2C_FLAG_NORESTART 0x00000002
I note that this flag is declared here as well as in 5/20. Is there a way the definition could be shared?
We dig into this issue deeper and the only way to share this definition is to #include file providing its relative path (and consequently have similar problem as in 19/20). That's why we duplicate this #define. Do you think it may be acceptable?
Best Regards, Jan