X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/85c2716f2d37bb50d126102fcdd09fb78d26ebc5..d423090b26ade8912e669d6c6d3c5463e0669429:/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h index fa0a869eb..a1de406f3 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h @@ -39,13 +39,14 @@ /* Includes: */ #include + #include #include #include "EthernetProtocols.h" #include "Ethernet.h" /* Function Prototypes: */ - void DecodeEthernetFrameHeader(void* InDataStart); + void DecodeEthernetFrameHeader(Ethernet_Frame_Info_t* FrameINData); void DecodeARPHeader(void* InDataStart); void DecodeIPHeader(void* InDataStart); void DecodeICMPHeader(void* InDataStart);