acpi.hh (6214:1ec0ec8933ae) acpi.hh (6216:2f4020838149)
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 <string>
62#include <vector>
63
61#include "base/types.hh"
62#include "sim/sim_object.hh"
63
64#include "base/types.hh"
65#include "sim/sim_object.hh"
66
64#include <vector>
65#include <string>
66
67class Port;
68
69class X86ACPIRSDPParams;
70
71class X86ACPISysDescTableParams;
72class X86ACPIRSDTParams;
73class X86ACPIXSDTParams;
74

--- 73 unchanged lines hidden ---
67class Port;
68
69class X86ACPIRSDPParams;
70
71class X86ACPISysDescTableParams;
72class X86ACPIRSDTParams;
73class X86ACPIXSDTParams;
74

--- 73 unchanged lines hidden ---