e820.hh (8852:c744483edfcf) e820.hh (8902:75b524b64c28)
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

72
73 public:
74 typedef X86E820TableParams Params;
75 E820Table(Params *p) : SimObject(p), entries(p->entries)
76 {}
77
78 void writeTo(PortProxy& proxy, Addr countAddr, Addr addr);
79 };
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

72
73 public:
74 typedef X86E820TableParams Params;
75 E820Table(Params *p) : SimObject(p), entries(p->entries)
76 {}
77
78 void writeTo(PortProxy& proxy, Addr countAddr, Addr addr);
79 };
80};
80}
81
82#endif // __ARCH_X86_BIOS_E820_HH__
81
82#endif // __ARCH_X86_BIOS_E820_HH__