blob: c16743d4830ed30ad1cead12880d59f69717b5b4 [file] [log] [blame]
Marc Jones721c4072015-09-16 17:58:35 -06001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2000 AG Electronics Ltd.
5 * Copyright (C) 2003-2004 Linux Networx
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
Marc Jones721c4072015-09-16 17:58:35 -060016 */
17
18#ifndef SUPERIO_WINBOND_WPCD376I_CHIP_H
19#define SUPERIO_WINBOND_WPCD376I_CHIP_H
20
21struct superio_winbond_wpcd376i_config {
22};
23#endif