blob: b7eb6df341bc08a8e99bc4698fea806488c9e8eb [file] [log] [blame]
Damien Zammit2950cd22015-12-02 14:03:02 +11001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
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 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.
14 */
15
Damien Zammit74d165b2015-05-04 10:41:21 +100016#include <device/device.h>
17#include <arch/x86/include/arch/acpigen.h>
18
19int get_cst_entries(acpi_cstate_t **entries)
20{
21 return 0;
22}