Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / ProtocolDecoders.h
index 108b90c..aeece37 100644 (file)
                #include <avr/pgmspace.h>
                #include <stdio.h>
 
-               #include <LUFA/Drivers/Peripheral/SerialStream.h>
+               #include <LUFA/Drivers/Peripheral/Serial.h>
 
                #include "EthernetProtocols.h"
                #include "Ethernet.h"
 
        /* Function Prototypes: */
-               void DecodeEthernetFrameHeader(Ethernet_Frame_Info_t* const FrameINData);
+               void DecodeEthernetFrameHeader(void* InDataStart);
                void DecodeARPHeader(void* InDataStart);
                void DecodeIPHeader(void* InDataStart);
                void DecodeICMPHeader(void* InDataStart);