summaryrefslogtreecommitdiff
path: root/nuttx/include/netinet
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-03 23:18:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-03 23:18:34 +0000
commit8e1975393114d786b3699f926a416c3945ec3dfd (patch)
tree836687c8a01c9ab067c477767811699a0584323f /nuttx/include/netinet
parentf885003829cabac6e8a2db65b318f897f25ff933 (diff)
downloadnuttx-8e1975393114d786b3699f926a416c3945ec3dfd.tar.gz
nuttx-8e1975393114d786b3699f926a416c3945ec3dfd.tar.bz2
nuttx-8e1975393114d786b3699f926a416c3945ec3dfd.zip
Move all non-standard, NuttX header files into include/nuttx/net
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/netinet')
-rw-r--r--nuttx/include/netinet/arp.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/include/netinet/arp.h b/nuttx/include/netinet/arp.h
index 4c2ad205d..f2a9a0366 100644
--- a/nuttx/include/netinet/arp.h
+++ b/nuttx/include/netinet/arp.h
@@ -1,8 +1,8 @@
/****************************************************************************
- * netinet/arp.h
+ * include/netinet/arp.h
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __NETINET_ARP_H
-#define __NETINET_ARP_H
+#ifndef __INCLUDE_NETINET_ARP_H
+#define __INCLUDE_NETINET_ARP_H
/****************************************************************************
* Included Files
@@ -99,7 +99,7 @@ extern "C" {
/* If CONFIG_NET_ARPIOCTLS is defined then the semi-standard ioctl commands
* described above are supported. If not, you can call the uIP ARP interfaces
- * directly in a very non-standard way. See include/net/uip/uip-arp.h for
+ * directly in a very non-standard way. See include/nuttx/net/uip/uip-arp.h for
* prototypes.
*/
@@ -108,4 +108,4 @@ extern "C" {
}
#endif
-#endif /* __NETINET_ARP_H */
+#endif /* __INCLUDE_NETINET_ARP_H */