aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/nvidia/ck804/chip.h')
-rw-r--r--src/southbridge/nvidia/ck804/chip.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/southbridge/nvidia/ck804/chip.h b/src/southbridge/nvidia/ck804/chip.h
index 4c8d7b10bc..ddbe6be981 100644
--- a/src/southbridge/nvidia/ck804/chip.h
+++ b/src/southbridge/nvidia/ck804/chip.h
@@ -1,8 +1,7 @@
#ifndef CK804_CHIP_H
#define CK804_CHIP_H
-struct southbridge_nvidia_ck804_config
-{
+struct southbridge_nvidia_ck804_config {
unsigned int usb1_hc_reset : 1;
unsigned int ide0_enable : 1;
unsigned int ide1_enable : 1;
@@ -16,4 +15,4 @@ struct southbridge_nvidia_ck804_config
struct chip_operations;
extern struct chip_operations southbridge_nvidia_ck804_ops;
-#endif /* CK804_CHIP_H */
+#endif