Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h
This commit is contained in:
parent
dbb3bf43ab
commit
a2e9779c27
|
@ -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>.
|
||||
|
|
Loading…
Reference in New Issue