acpi.hh (5627:31eac202dbd1) acpi.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 *
55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_BIOS_ACPI_HH__
59#define __ARCH_X86_BIOS_ACPI_HH__
60
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 *
55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_BIOS_ACPI_HH__
59#define __ARCH_X86_BIOS_ACPI_HH__
60
61#include "sim/host.hh"
61#include "base/types.hh"
62#include "sim/sim_object.hh"
63
64#include <vector>
65#include <string>
66
67class Port;
68
69class X86ACPIRSDPParams;

--- 78 unchanged lines hidden ---
62#include "sim/sim_object.hh"
63
64#include <vector>
65#include <string>
66
67class Port;
68
69class X86ACPIRSDPParams;

--- 78 unchanged lines hidden ---