blob: f683756894ac8a94d2fda79fc0f4a823f9386f74 [file] [log] [blame]
Martin Rothac047812016-04-11 13:48:21 -06001/*
2 * This file is part of the coreboot project.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
Vladimir Serbinenko8ac29e82014-11-09 12:59:29 +010014#include <device/device.h>
15#include <arch/x86/include/arch/acpigen.h>
16
17int get_cst_entries(acpi_cstate_t **entries)
18{
19 return 0;
20}