diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 1966409a601..f99cf45ad71 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: February 28, 2011
+Last Updated: March 3, 2011
@@ -1113,12 +1113,12 @@ include/ | `-- (Standard header files) |-- cxx/ | `-- (C++ standard header files) -|-- net/ -| `-- uip/ -| `-- (uIP specific header files) |-- netinet/ | `-- (Standard header files) |-- nuttx/ +| |-net/ +| | `-- uip/ +| | `-- (uIP specific header files) | `-- (NuttX specific header files) `- sys/ `-- (More standard header files) @@ -1185,7 +1185,7 @@ lib/
- This directory contains the implementation of the socket APIs.
+ This directory contains the implementation of the NuttX internal socket APIs.
The subdirectory, uip contains the uIP port.
- include/net/uip/uip-arch.h.
+ include/nuttx/net/uip/uip-arch.h.
All structures and APIs needed to work with Ethernet drivers are provided in this header file.
The structure struct uip_driver_s defines the interface and is passed to uIP via
netdev_register().