diff options
author | Noe Rubinstein <nrubinstein@avencall.com> | 2012-01-03 16:55:56 +0100 |
---|---|---|
committer | Noe Rubinstein <nrubinstein@avencall.com> | 2012-01-03 16:55:56 +0100 |
commit | 86814cc99b0cd2adb0694f68c6351f6b551e526f (patch) | |
tree | 596811226b774a272cc9be6e339528e3912b80b4 /gcu_reg.h | |
parent | 7bb446e4c5002fabb355bce000ad9a0f46814321 (diff) |
Formatting changes
Diffstat (limited to 'gcu_reg.h')
-rw-r--r-- | gcu_reg.h | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -4,33 +4,33 @@ GPL LICENSE SUMMARY Copyright(c) 2007,2008,2009 Intel Corporation. All rights reserved. - This program is free software; you can redistribute it and/or modify + This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - The full GNU General Public License is included in this distribution + The full GNU General Public License is included in this distribution in the file called LICENSE.GPL. Contact Information: Intel Corporation version: Embedded.Release.Patch.L.1.0.7-5 - + Contact Information: - - Intel Corporation, 5000 W Chandler Blvd, Chandler, AZ 85226 + + Intel Corporation, 5000 W Chandler Blvd, Chandler, AZ 85226 ******************************************************************************/ -/* +/* * gcu_reg.h * Macros and constants related to the registers available on the GCU */ @@ -61,8 +61,8 @@ GPL LICENSE SUMMARY #define MDIO_COMMAND_WRITE_DATA_OFFSET 0 #define MDIO_COMMAND_PHY_ADDR_MAX 2 /* total phys supported by GCU */ -#define MDIO_COMMAND_PHY_REG_MAX 31 /* total registers available on +#define MDIO_COMMAND_PHY_REG_MAX 31 /* total registers available on * the M88 Phy used on truxton */ #endif /* ifndef GCU_REG_H */ - + |