Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h

This commit is contained in:
Gregory Nutt 2014-06-24 09:28:44 -06:00
parent dbb3bf43ab
commit a2e9779c27
1 changed files with 1 additions and 1 deletions

View File

@ -2924,7 +2924,7 @@ void board_led_off(int led);
<ul>
<li>
<p>
<b><code>include/nuttx/net/uip/uip-arch.h</code></b>.
<b><code>include/nuttx/net/netdev.h</code></b>.
All structures and APIs needed to work with Ethernet drivers are provided in this header file.
The structure <code>struct uip_driver_s</code> defines the interface and is passed to uIP via
<code>netdev_register()</code>.