platform.hh (5034:6186ef720dd4) platform.hh (5478:ca055528a3b3)
1/*
2 * Copyright (c) 2004-2005 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;

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

41#include <set>
42
43#include "sim/sim_object.hh"
44#include "arch/isa_traits.hh"
45#include "params/Platform.hh"
46
47class PciConfigAll;
48class IntrControl;
1/*
2 * Copyright (c) 2004-2005 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;

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

41#include <set>
42
43#include "sim/sim_object.hh"
44#include "arch/isa_traits.hh"
45#include "params/Platform.hh"
46
47class PciConfigAll;
48class IntrControl;
49class SimConsole;
49class Terminal;
50class Uart;
51class System;
52
53class Platform : public SimObject
54{
55 public:
56 /** Pointer to the interrupt controller */
57 IntrControl *intrctrl;

--- 25 unchanged lines hidden ---
50class Uart;
51class System;
52
53class Platform : public SimObject
54{
55 public:
56 /** Pointer to the interrupt controller */
57 IntrControl *intrctrl;

--- 25 unchanged lines hidden ---