From eb2e883fd35b5332a7425488105a7adb500ce3fe Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 18 Nov 2011 06:26:51 +0000 Subject: Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities. --- Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h | 2 +- Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos/Device') diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h index 007220492..da908b5ea 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h @@ -40,7 +40,7 @@ #include #include - #include + #include #include "EthernetProtocols.h" #include "ProtocolDecoders.h" diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h index ca76a9392..d79aa634e 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/EthernetProtocols.h @@ -38,7 +38,7 @@ #define _ETHERNET_PROTOCOLS_H_ /* Includes: */ - #include + #include /* Macros: */ #define ETHERTYPE_IPV4 0x0800 -- cgit v1.2.3