diff options
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r-- | io-module/mts_eeprom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index 6295fc4..6356516 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -1,7 +1,9 @@ #ifndef __MTS_EEPROM_H #define __MTS_EEPROM_H +#if !__KERNEL__ #include <stdint.h> +#endif /* on-board EEPROM */ struct mts_id_eeprom_layout { |