aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600/sb600.h
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@amd.com>2008-10-03 23:23:20 +0000
committerMarc Jones <marc.jones@amd.com>2008-10-03 23:23:20 +0000
commitcf762a4be52ebb9082bc7e971ec31496d7aafa22 (patch)
tree1ad6188898fd31c5e4e1f2f32eb274a8f47d4d94 /src/southbridge/amd/sb600/sb600.h
parent6c0b6d72bcce9cbe83599682de753013b3eced17 (diff)
Ron has been doing really good work over in v3. The problem is that the work got checked into v2. This should get us back to where we were. (trivial)
Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Marc Jones <marc.jones@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3636 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb600/sb600.h')
-rw-r--r--src/southbridge/amd/sb600/sb600.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb600/sb600.h b/src/southbridge/amd/sb600/sb600.h
index f29b58ad93..27d42364a8 100644
--- a/src/southbridge/amd/sb600/sb600.h
+++ b/src/southbridge/amd/sb600/sb600.h
@@ -20,6 +20,8 @@
#ifndef SB600_H
#define SB600_H
+#include "chip.h"
+
#define PCI_DEVICE_ID_ATI_SB600_LPC 0x438D
#define PCI_DEVICE_ID_ATI_SB600_SATA 0x4380
#define PCI_DEVICE_ID_ATI_SB600_IDE 0x438C
@@ -34,7 +36,6 @@
#define PCI_DEVICE_ID_ATI_SB600_USB_2 0x4389
#define PCI_DEVICE_ID_ATI_SB600_USB_3 0x438A
#define PCI_DEVICE_ID_ATI_SB600_USB_4 0x438B
-
extern void pm_iowrite(u8 reg, u8 value);
extern u8 pm_ioread(u8 reg);
extern void pm2_iowrite(u8 reg, u8 value);