acpi.h (acc95bc85036c443da8bf7159a77edf9f00dcd80) acpi.h (922a01a013d2270682a188258cbccacfecf8129c)
1#ifndef QEMU_HW_ACPI_H
2#define QEMU_HW_ACPI_H
3
4/*
5 * Copyright (c) 2009 Isaku Yamahata <yamahata at valinux co jp>
6 * VA Linux Systems Japan K.K.
7 *
8 * This library is free software; you can redistribute it and/or

--- 7 unchanged lines hidden (view full) ---

16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, see
20 * <http://www.gnu.org/licenses/>.
21 */
22
23#include "qemu/notify.h"
1#ifndef QEMU_HW_ACPI_H
2#define QEMU_HW_ACPI_H
3
4/*
5 * Copyright (c) 2009 Isaku Yamahata <yamahata at valinux co jp>
6 * VA Linux Systems Japan K.K.
7 *
8 * This library is free software; you can redistribute it and/or

--- 7 unchanged lines hidden (view full) ---

16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, see
20 * <http://www.gnu.org/licenses/>.
21 */
22
23#include "qemu/notify.h"
24#include "qemu/option.h"
25#include "exec/memory.h"
26#include "hw/irq.h"
27#include "hw/acpi/acpi_dev_interface.h"
28
29/*
30 * current device naming scheme supports up to 256 memory devices
31 */
32#define ACPI_MAX_RAM_SLOTS 256

--- 171 unchanged lines hidden ---
24#include "exec/memory.h"
25#include "hw/irq.h"
26#include "hw/acpi/acpi_dev_interface.h"
27
28/*
29 * current device naming scheme supports up to 256 memory devices
30 */
31#define ACPI_MAX_RAM_SLOTS 256

--- 171 unchanged lines hidden ---