blob: ea9b4ac7792bb1175459e0cc8256aa2a348b5997 [file] [log] [blame]
Stefan Reinauer7e568552013-03-13 17:03:04 -07001/*
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 Reinauer7e568552013-03-13 17:03:04 -070015 */
16
17#ifndef _EC_QUANTA_IT8518_CHIP_H
18#define _EC_QUANTA_IT8518_CHIP_H
19
20#include <device/device.h>
Stefan Reinauer7e568552013-03-13 17:03:04 -070021
22struct chip_operations;
23extern struct chip_operations ec_quanta_it8518_ops;
24
25struct ec_quanta_it8518_config {
Stefan Reinauer7e568552013-03-13 17:03:04 -070026};
27
28#endif /* _EC_QUANTA_IT8518_CHIP_H */