smbios.hh (5615:1c4b9b1aa500) smbios.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

88#ifndef __ARCH_X86_BIOS_SMBIOS_HH__
89#define __ARCH_X86_BIOS_SMBIOS_HH__
90
91#include <string>
92#include <vector>
93
94#include "enums/Characteristic.hh"
95#include "enums/ExtCharacteristic.hh"
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

88#ifndef __ARCH_X86_BIOS_SMBIOS_HH__
89#define __ARCH_X86_BIOS_SMBIOS_HH__
90
91#include <string>
92#include <vector>
93
94#include "enums/Characteristic.hh"
95#include "enums/ExtCharacteristic.hh"
96#include "sim/host.hh"
96#include "base/types.hh"
97#include "sim/sim_object.hh"
98
99class FunctionalPort;
100class X86SMBiosBiosInformationParams;
101class X86SMBiosSMBiosStructureParams;
102class X86SMBiosSMBiosTableParams;
103
104namespace X86ISA

--- 174 unchanged lines hidden ---
97#include "sim/sim_object.hh"
98
99class FunctionalPort;
100class X86SMBiosBiosInformationParams;
101class X86SMBiosSMBiosStructureParams;
102class X86SMBiosSMBiosTableParams;
103
104namespace X86ISA

--- 174 unchanged lines hidden ---