Marc Jones | 721c407 | 2015-09-16 17:58:35 -0600 | [diff] [blame] | 1 | /* |
| 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 Jones | 721c407 | 2015-09-16 17:58:35 -0600 | [diff] [blame] | 16 | */ |
| 17 | |
| 18 | #ifndef SUPERIO_WINBOND_WPCD376I_CHIP_H |
| 19 | #define SUPERIO_WINBOND_WPCD376I_CHIP_H |
| 20 | |
| 21 | struct superio_winbond_wpcd376i_config { |
| 22 | }; |
| 23 | #endif |