Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / Ethernet.h
index f8b8bff..233f48d 100644 (file)
@@ -96,7 +96,9 @@
                extern const IP_Address_t  ClientIPAddress;
                
        /* Function Prototypes: */
-               void     Ethernet_ProcessPacket(Ethernet_Frame_Info_t* FrameIN, Ethernet_Frame_Info_t* FrameOUT);
-               uint16_t Ethernet_Checksum16(void* Data, uint16_t Bytes);
+               void     Ethernet_ProcessPacket(Ethernet_Frame_Info_t* const FrameIN,
+                                               Ethernet_Frame_Info_t* const FrameOUT);
+               uint16_t Ethernet_Checksum16(void* Data,
+                                            uint16_t Bytes);
                
 #endif