mb/*/*/acpi_tables: Remove unnecessary function call
[coreboot.git] / src / mainboard / google / butterfly / ec.h
blob6cb0748dedf71d22bacc133bbe241a18892fc4d9
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2011 The Chromium OS Authors. All rights reserved.
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.
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.
16 #ifndef BUTTERFLY_EC_H
17 #define BUTTERFLY_EC_H
19 #define EC_SCI_GPI 13 /* GPIO13 is EC_SCI# */
21 /* EC SMI sources TODO: MLR- make defines */
23 #ifndef __ACPI__
24 extern void butterfly_ec_init(void);
25 #endif
27 #endif // BUTTERFLY_EC_H