summaryrefslogtreecommitdiff
path: root/nuttx/include/netinet/ether.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-21 16:00:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-21 16:00:20 +0000
commit6f33910a3b092e057e3e066603837784cd41b4e2 (patch)
tree9eb3a98ea84ce5b3f1c417eee5da66aa6f3747de /nuttx/include/netinet/ether.h
parent8c195a6502ab171dde27aa23ba9251079e18d3ac (diff)
downloadpx4-nuttx-6f33910a3b092e057e3e066603837784cd41b4e2.tar.gz
px4-nuttx-6f33910a3b092e057e3e066603837784cd41b4e2.tar.bz2
px4-nuttx-6f33910a3b092e057e3e066603837784cd41b4e2.zip
Expose more ARP APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1633 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/netinet/ether.h')
-rw-r--r--nuttx/include/netinet/ether.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/netinet/ether.h b/nuttx/include/netinet/ether.h
index 335fd56bf..3cd2d3ad4 100644
--- a/nuttx/include/netinet/ether.h
+++ b/nuttx/include/netinet/ether.h
@@ -1,7 +1,7 @@
/****************************************************************************
* netinet/ether.h
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __NETINET_ETHER_H
-#define __NETINET_ETHER_H
+#ifndef __NETINET_ETHER_H
+#define __NETINET_ETHER_H
/****************************************************************************
* Included Files