summaryrefslogtreecommitdiff
path: root/io-module/mts_eeprom.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2014-04-24 12:50:22 -0500
committerMike Fiore <mfiore@multitech.com>2014-04-24 12:50:22 -0500
commitf8f7b9f52873e561c271fca183e7950b654856ea (patch)
tree3cc74dc562d1fd3b4be4a31c0d499f831f1fba6a /io-module/mts_eeprom.h
parentc58590d525d218e66c8b18cfaf72e7e87bede27e (diff)
downloadmts-io-f8f7b9f52873e561c271fca183e7950b654856ea.tar.gz
mts-io-f8f7b9f52873e561c271fca183e7950b654856ea.tar.bz2
mts-io-f8f7b9f52873e561c271fca183e7950b654856ea.zip
mts-io: move inclusion of <stdint.h> to eeprom.h
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r--io-module/mts_eeprom.h2
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 {