]> Git Repo - J-u-boot.git/blobdiff - include/eeprom.h
Merge tag 'v2025.01-rc6' into next
[J-u-boot.git] / include / eeprom.h
index f9c6542ba762b51c7b6f592d72715bfa837f1a82..e223e4c767074e7a46cdebe8b2658fb219cb3fad 100644 (file)
@@ -8,6 +8,8 @@
 #define __EEPROM_LEGACY_H
 
 #if defined(CONFIG_CMD_EEPROM) || defined(CONFIG_ENV_IS_IN_EEPROM)
+#include <linux/types.h>
+
 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);
This page took 0.029132 seconds and 4 git commands to generate.