NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.h

This commit is contained in:
Gregory Nutt
2014-07-05 14:40:29 -06:00
parent dc8cba763d
commit 47a502a5e2
6 changed files with 202 additions and 83 deletions
+1
View File
@@ -49,6 +49,7 @@
#include <nuttx/net/tcp.h>
#include <nuttx/net/udp.h>
#include "udp/udp.h"
#include "socket/socket.h"
/****************************************************************************