From ca68297cda83030f417175ef3f256babe9ccf398 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Tue, 3 Jul 2012 21:33:47 +0200 Subject: Add Nuvoton W83793 hardware monitor driver Change-Id: I3ecb5c8666eea247bf4c31aaf9426bd9ef66bf68 Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/1166 Tested-by: build bot (Jenkins) --- src/drivers/i2c/w83793/w83793.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/drivers/i2c/w83793/w83793.h (limited to 'src/drivers/i2c/w83793/w83793.h') 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 -- cgit v1.2.3