aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/w83795/chip.h
diff options
context:
space:
mode:
authorKerry Sheh <shekairui@gmail.com>2012-02-07 20:33:21 +0800
committerMarc Jones <marcj303@gmail.com>2012-02-16 21:22:41 +0100
commit134d8a94de060a6d09d663167379d895c0af86fc (patch)
treec8bb961618bf631ce8220b57d0a3705a032a9abd /src/drivers/i2c/w83795/chip.h
parenta3f060748b692e50b7e3856ef37a731d3c76451c (diff)
HWM: Nuvoton W83795G/ADG HWM support
Supermicro H8QGI-F 1 Unit Chassis contain 9 system Fans, they are controled by a separate W83795G Hardware Monitor chip. This patch adds Nuvoton W83795G/ADG HWM support. Change-Id: I8756f5ed02dc2fa0884cde36e51451fd8aacee27 Signed-off-by: Kerry Sheh <kerry.she@amd.com> Signed-off-by: Kerry Sheh <shekairui@gmail.com> Reviewed-on: http://review.coreboot.org/569 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/drivers/i2c/w83795/chip.h')
-rw-r--r--src/drivers/i2c/w83795/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/i2c/w83795/chip.h b/src/drivers/i2c/w83795/chip.h
new file mode 100644
index 0000000000..290063682f
--- /dev/null
+++ b/src/drivers/i2c/w83795/chip.h
@@ -0,0 +1,4 @@
+extern struct chip_operations drivers_i2c_w83795_ops;
+
+struct drivers_i2c_w83795_config {
+};