aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600
diff options
context:
space:
mode:
authorWang Qing Pei <wangqingpei@gmail.com>2010-03-23 06:25:55 +0000
committerZheng Bao <Zheng.Bao@amd.com>2010-03-23 06:25:55 +0000
commitc8c09bb23942762ab9bc5e645b696bbad631628f (patch)
treed833c7f62da2c8fb7be9afb01e3cbc819e91e27f /src/southbridge/amd/sb600
parentb5466b0251a187b345cac1bb1d174590c1d98cab (diff)
Removing build warning of sb600 & rs690.
Signed-off-by: Wang Qing Pei <wangqingpei@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5271 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb600')
-rw-r--r--src/southbridge/amd/sb600/sb600_smbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb600/sb600_smbus.h b/src/southbridge/amd/sb600/sb600_smbus.h
index 83dfb8f20c..0745776144 100644
--- a/src/southbridge/amd/sb600/sb600_smbus.h
+++ b/src/southbridge/amd/sb600/sb600_smbus.h
@@ -58,5 +58,7 @@
#define axindxp_reg(reg, mask, val) \
alink_ax_indx(1, (reg), (mask), (val))
+int do_smbus_read_byte(u32 smbus_io_base, u32 device, u32 address);
+int do_smbus_write_byte(u32 smbus_io_base, u32 device, u32 address, u8 val);
#endif