From 962b6c0a5e844e919ef0c28fee102f63fa8d5de9 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Thu, 23 Jan 2014 22:12:25 +1100 Subject: superio/fintek: Add initial support for Fintek F71869AD. Change-Id: I41f1ee20517dd179a4dee914ab7f6332739e326e Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/4784 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/superio/fintek/f71869ad/chip.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/superio/fintek/f71869ad/chip.h (limited to 'src/superio/fintek/f71869ad/chip.h') diff --git a/src/superio/fintek/f71869ad/chip.h b/src/superio/fintek/f71869ad/chip.h new file mode 100644 index 0000000000..78f366494c --- /dev/null +++ b/src/superio/fintek/f71869ad/chip.h @@ -0,0 +1,32 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2014 Edward O'Callaghan + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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 SUPERIO_FINTEK_F71869AD_CHIP_H +#define SUPERIO_FINTEK_F71869AD_CHIP_H + +#include +#include +#include + +struct superio_fintek_f71869ad_config { + struct pc_keyboard keyboard; +}; + +#endif /* SUPERIO_FINTEK_F71869AD_CHIP_H */ -- cgit v1.2.3