aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/mii.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-23 13:36:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-23 13:36:25 +0000
commit718dc5084f7719f91eaacfc99e8c7de654eb2ad8 (patch)
tree14b0f47f04f720f251828ed87fbf008b0331e91a /os/hal/include/mii.h
parentc9be79def630f153b0b2d28e905939c15743f989 (diff)
downloadChibiOS-718dc5084f7719f91eaacfc99e8c7de654eb2ad8.tar.gz
ChibiOS-718dc5084f7719f91eaacfc99e8c7de654eb2ad8.tar.bz2
ChibiOS-718dc5084f7719f91eaacfc99e8c7de654eb2ad8.zip
HAL documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3252 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/mii.h')
-rw-r--r--os/hal/include/mii.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/os/hal/include/mii.h b/os/hal/include/mii.h
index 7199ee86d..89ba69810 100644
--- a/os/hal/include/mii.h
+++ b/os/hal/include/mii.h
@@ -18,12 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * Parts of this file have been borrowed from the Linux include file
- * linux/mii.h:
- * Copyright (C) 1996, 1999, 2001 David S. Miller (davem@redhat.com)
- */
-
/*-*
* @file mii.h
* @brief MII Driver macros and structures.