blob: c7e4f8d9beedc1da050c73f7d10e9dff87becad5 [file] [log] [blame]
Stefan Reinauerd8a5fd22012-12-11 15:51:47 -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 Reinauerd8a5fd22012-12-11 15:51:47 -080015 */
16
17#ifndef _EC_COMPAL_ENE932_CHIP_H
18#define _EC_COMPAL_ENE932_CHIP_H
19
20#include <device/device.h>
Stefan Reinauerd8a5fd22012-12-11 15:51:47 -080021
22struct chip_operations;
23extern struct chip_operations ec_compal_ene932_ops;
24
25struct ec_compal_ene932_config {
Stefan Reinauerd8a5fd22012-12-11 15:51:47 -080026};
27
28#endif /* _EC_COMPAL_ENE932_CHIP_H */