Added const modifiers to device mode class drivers.
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / IP.c
index 8fb0b44..2b88157 100644 (file)
@@ -39,8 +39,8 @@
 /** Processes an IP packet inside an Ethernet frame, and writes the appropriate response\r
  *  to the output Ethernet frame if one is created by a subprotocol handler.\r
  *\r
- *  \param InDataStart   Pointer to the start of the incoming packet's IP header\r
- *  \param OutDataStart  Pointer to the start of the outgoing packet's IP header\r
+ *  \param[in] InDataStart    Pointer to the start of the incoming packet's IP header\r
+ *  \param[out] OutDataStart  Pointer to the start of the outgoing packet's IP header\r
  *\r
  *  \return The number of bytes written to the out Ethernet frame if any, NO_RESPONSE if no\r
  *           response was generated, NO_PROCESS if the packet processing was deferred until the\r