summaryrefslogtreecommitdiffstats
path: root/nuttx/include/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-17 03:58:11 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-17 03:58:11 +0000
commit0203c58379a455763ecbd6c59cdcc30785965ef3 (patch)
treed73fe9581f45296f026a24f991bc80cab5cd479d /nuttx/include/net
parentc888dbf9f40b610757d6a2d981ce7ffbc540656c (diff)
Header file clean-up
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4948 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include/net')
-rw-r--r--nuttx/include/net/ethernet.h8
-rw-r--r--nuttx/include/net/if.h6
2 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/include/net/ethernet.h b/nuttx/include/net/ethernet.h
index f93e86c1eb..afbbe56fab 100644
--- a/nuttx/include/net/ethernet.h
+++ b/nuttx/include/net/ethernet.h
@@ -2,7 +2,7 @@
* include/net/ethernet.h
*
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * 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 __NET_ETHERNET_H
-#define __NET_ETHERNET_H
+#ifndef __INCLUDE_NET_ETHERNET_H
+#define __INCLUDE_NET_ETHERNET_H
/****************************************************************************
* Included Files
@@ -68,4 +68,4 @@ struct ether_header
* Public Function Prototypes
****************************************************************************/
-#endif /* __NET_ETHERNET_H */
+#endif /* __INCLUDE_NET_ETHERNET_H */
diff --git a/nuttx/include/net/if.h b/nuttx/include/net/if.h
index 247254786e..e64b58563f 100644
--- a/nuttx/include/net/if.h
+++ b/nuttx/include/net/if.h
@@ -33,8 +33,8 @@
*
*******************************************************************************************/
-#ifndef __NET_IF_H
-#define __NET_IF_H
+#ifndef __INCLUDE_NET_IF_H
+#define __INCLUDE_NET_IF_H
/*******************************************************************************************
* Included Files
@@ -130,4 +130,4 @@ struct ifreq
* Public Function Prototypes
*******************************************************************************************/
-#endif /* __NET_IF_H */
+#endif /* __INCLUDE_NET_IF_H */