summaryrefslogtreecommitdiffstats
path: root/nuttx/include/net/ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/net/ethernet.h')
-rw-r--r--nuttx/include/net/ethernet.h8
1 files changed, 4 insertions, 4 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 */