summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-09-09 16:14:22 -0500
committerJames Maki <jmaki@multitech.com>2010-09-09 16:14:22 -0500
commit735d6e8d350bfb6ad4bf932544e157776b2d8d80 (patch)
tree8aea40fa7d5a51fa64cd0e8b67cc78f5b0850b11
parentfbfe22bc022a54fa3a092b4977f578128f261398 (diff)
downloadmts-id-eeprom-735d6e8d350bfb6ad4bf932544e157776b2d8d80.tar.gz
mts-id-eeprom-735d6e8d350bfb6ad4bf932544e157776b2d8d80.tar.bz2
mts-id-eeprom-735d6e8d350bfb6ad4bf932544e157776b2d8d80.zip
rename mtcdp sample image
-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"