blob: 4eada16b0d3e0927802a844d606722a8087e934a [file] [log] [blame]
Stefan Reinauerd6682e82013-02-21 15:39:35 -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 modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Stefan Reinauerd6682e82013-02-21 15:39:35 -080014 */
15
16#ifndef EC_GOOGLE_CHROMEEC_CHIP_H
17#define EC_GOOGLE_CHROMEEC_CHIP_H
18
19#include <device/device.h>
Stefan Reinauerd6682e82013-02-21 15:39:35 -080020
21extern struct chip_operations ec_google_chromeec_ops;
22
23struct ec_google_chromeec_config {
Stefan Reinauerd6682e82013-02-21 15:39:35 -080024};
25
Edward O'Callaghane1fe6882014-04-30 20:41:41 +100026#endif /* EC_GOOGLE_CHROMEEC_CHIP_H */