aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sb600/chip.h')
-rw-r--r--src/southbridge/amd/sb600/chip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/amd/sb600/chip.h b/src/southbridge/amd/sb600/chip.h
index 808d358965..4dc4c16274 100644
--- a/src/southbridge/amd/sb600/chip.h
+++ b/src/southbridge/amd/sb600/chip.h
@@ -20,11 +20,11 @@
#ifndef SB600_CHIP_H
#define SB600_CHIP_H
-struct southbridge_amd_sb600_config
+struct southbridge_amd_sb600_config
{
- unsigned int ide0_enable : 1;
- unsigned int sata0_enable : 1;
- unsigned long hda_viddid;
+ u32 ide0_enable : 1;
+ u32 sata0_enable : 1;
+ u32 hda_viddid;
};
struct chip_operations;
extern struct chip_operations southbridge_amd_sb600_ops;