Stefan Reinauer | 7e56855 | 2013-03-13 17:03:04 -0700 | [diff] [blame] | 1 | /* |
| 2 | * This file is part of the coreboot project. |
| 3 | * |
| 4 | * Copyright (C) 2013 Google Inc. |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU General Public License as |
| 8 | * published by the Free Software Foundation; version 2 of |
| 9 | * the License. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
Stefan Reinauer | 7e56855 | 2013-03-13 17:03:04 -0700 | [diff] [blame] | 15 | */ |
| 16 | |
| 17 | #ifndef _EC_QUANTA_IT8518_CHIP_H |
| 18 | #define _EC_QUANTA_IT8518_CHIP_H |
| 19 | |
| 20 | #include <device/device.h> |
Stefan Reinauer | 7e56855 | 2013-03-13 17:03:04 -0700 | [diff] [blame] | 21 | |
| 22 | struct chip_operations; |
| 23 | extern struct chip_operations ec_quanta_it8518_ops; |
| 24 | |
| 25 | struct ec_quanta_it8518_config { |
Stefan Reinauer | 7e56855 | 2013-03-13 17:03:04 -0700 | [diff] [blame] | 26 | }; |
| 27 | |
| 28 | #endif /* _EC_QUANTA_IT8518_CHIP_H */ |