summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--images/mtcdp_1_0_eeprom.bin (renamed from images/mtcdp_1_1_eeprom.bin)bin512 -> 512 bytes
-rw-r--r--src/mts_io.h2
2 files changed, 2 insertions, 0 deletions
diff --git a/images/mtcdp_1_1_eeprom.bin b/images/mtcdp_1_0_eeprom.bin
index b8c4aa4..b8c4aa4 100644
--- a/images/mtcdp_1_1_eeprom.bin
+++ b/images/mtcdp_1_0_eeprom.bin
Binary files differ
diff --git a/src/mts_io.h b/src/mts_io.h
index fa84e53..e9282cc 100644
--- a/src/mts_io.h
+++ b/src/mts_io.h
@@ -2,11 +2,13 @@
#ifndef __MTS_IO_H
#define __MTS_IO_H
+#if !__KERNEL__
#include <stdint.h>
#ifndef BIT
#define BIT(nr) (1UL << (nr))
#endif
+#endif
#define VENDOR_ID_MULTITECH "Multi-Tech Systems"
#define PRODUCT_ID_MTCDP_E1_DK "MTCDP-E1-DK"