aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/chip.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-01-04 17:36:55 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2011-01-04 17:36:55 +0000
commit7e2fbd5dd3a9271edaf4c0b3fcc2301e10a83f8f (patch)
tree173c0fe1407396a2b492329898eb91df93dd728a /src/southbridge/nvidia/ck804/chip.h
parentecab12a09e9d38e8e6f6ce5079fbf740d2cde1a5 (diff)
CK804: Cosmetic fixes, switch to u8 et al.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6240 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/nvidia/ck804/chip.h')
-rw-r--r--src/southbridge/nvidia/ck804/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/nvidia/ck804/chip.h b/src/southbridge/nvidia/ck804/chip.h
index 559371173d..1730205581 100644
--- a/src/southbridge/nvidia/ck804/chip.h
+++ b/src/southbridge/nvidia/ck804/chip.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef CK804_CHIP_H
-#define CK804_CHIP_H
+#ifndef SOUTHBRIDGE_NVIDIA_CK804_CHIP_H
+#define SOUTHBRIDGE_NVIDIA_CK804_CHIP_H
struct southbridge_nvidia_ck804_config {
unsigned int usb1_hc_reset : 1;