blob: 8348cc09ef7d41c668d86eb2d9985f41b740f863 [file] [log] [blame]
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2012 The Chromium OS Authors. All rights reserved.
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 Reinauerd7bd4eb2013-02-11 11:11:36 -080015 */
16
17#ifndef _EC_QUANTA_ENE_KB3940Q_CHIP_H
18#define _EC_QUANTA_ENE_KB3940Q_CHIP_H
19
20#include <device/device.h>
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080021
22struct chip_operations;
23extern struct chip_operations ec_quanta_ene_kb3940q_ops;
24
25struct ec_quanta_ene_kb3940q_config {
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -080026};
27
28#endif /* _EC_QUANTA_ENE_KB3940Q_CHIP_H */