aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/w83793/w83793.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-07-03 21:33:47 +0200
committerSven Schnelle <svens@stackframe.org>2012-07-04 07:22:48 +0200
commitca68297cda83030f417175ef3f256babe9ccf398 (patch)
tree89949c528ab8e76d4c75ef947f75a41f48dc66e7 /src/drivers/i2c/w83793/w83793.h
parent87ed6173e279ed6feb029a220f7098b2fa6504b6 (diff)
Add Nuvoton W83793 hardware monitor driver
Change-Id: I3ecb5c8666eea247bf4c31aaf9426bd9ef66bf68 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/1166 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/i2c/w83793/w83793.h')
-rw-r--r--src/drivers/i2c/w83793/w83793.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/drivers/i2c/w83793/w83793.h b/src/drivers/i2c/w83793/w83793.h
new file mode 100644
index 0000000000..561342126c
--- /dev/null
+++ b/src/drivers/i2c/w83793/w83793.h
@@ -0,0 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2012 Advanced Micro Devices, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef W83793_H
+#define W83793_H
+
+#endif