From: Tom Rini Date: Wed, 1 May 2024 02:40:50 +0000 (-0600) Subject: eeprom.h: Add missing X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=9ef78205bbd84dd7045974b7717a472fdc9be69c;p=u-boot.git eeprom.h: Add missing This file has many "Linux" style types in it, add Signed-off-by: Tom Rini --- diff --git a/include/eeprom.h b/include/eeprom.h index f9c6542ba7..e223e4c767 100644 --- a/include/eeprom.h +++ b/include/eeprom.h @@ -8,6 +8,8 @@ #define __EEPROM_LEGACY_H #if defined(CONFIG_CMD_EEPROM) || defined(CONFIG_ENV_IS_IN_EEPROM) +#include + void eeprom_init(int bus); int eeprom_read(uint dev_addr, uint offset, uchar *buffer, uint cnt); int eeprom_write(uint dev_addr, uint offset, uchar *buffer, uint cnt);