From 735d6e8d350bfb6ad4bf932544e157776b2d8d80 Mon Sep 17 00:00:00 2001 From: James Maki Date: Thu, 9 Sep 2010 16:14:22 -0500 Subject: rename mtcdp sample image --- images/mtcdp_1_0_eeprom.bin | Bin 0 -> 512 bytes images/mtcdp_1_1_eeprom.bin | Bin 512 -> 0 bytes src/mts_io.h | 2 ++ 3 files changed, 2 insertions(+) create mode 100644 images/mtcdp_1_0_eeprom.bin delete mode 100644 images/mtcdp_1_1_eeprom.bin diff --git a/images/mtcdp_1_0_eeprom.bin b/images/mtcdp_1_0_eeprom.bin new file mode 100644 index 0000000..b8c4aa4 Binary files /dev/null and b/images/mtcdp_1_0_eeprom.bin differ diff --git a/images/mtcdp_1_1_eeprom.bin b/images/mtcdp_1_1_eeprom.bin deleted file mode 100644 index b8c4aa4..0000000 Binary files a/images/mtcdp_1_1_eeprom.bin and /dev/null 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 #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" -- cgit v1.2.3