e820.hh (5450:25e395a87745) e820.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 *

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

55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_BIOS_E820_HH__
59#define __ARCH_X86_BIOS_E820_HH__
60
61#include "params/X86E820Entry.hh"
62#include "params/X86E820Table.hh"
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 *

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

55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_BIOS_E820_HH__
59#define __ARCH_X86_BIOS_E820_HH__
60
61#include "params/X86E820Entry.hh"
62#include "params/X86E820Table.hh"
63#include "sim/host.hh"
63#include "base/types.hh"
64#include "sim/sim_object.hh"
65
66#include <vector>
67
68class Port;
69
70namespace X86ISA
71{

--- 29 unchanged lines hidden ---
64#include "sim/sim_object.hh"
65
66#include <vector>
67
68class Port;
69
70namespace X86ISA
71{

--- 29 unchanged lines hidden ---