sim_object.hh (5315:30997e988446) sim_object.hh (5491:c2509c70de08)
1/*
2 * Copyright (c) 2001-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;

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

31
32/* @file
33 * User Console Definitions
34 */
35
36#ifndef __SIM_OBJECT_HH__
37#define __SIM_OBJECT_HH__
38
1/*
2 * Copyright (c) 2001-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;

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

31
32/* @file
33 * User Console Definitions
34 */
35
36#ifndef __SIM_OBJECT_HH__
37#define __SIM_OBJECT_HH__
38
39#include <map>
39#include <iostream>
40#include <list>
40#include <list>
41#include <map>
42#include <string>
41#include <vector>
43#include <vector>
42#include <iostream>
43
44#include "params/SimObject.hh"
45#include "sim/serialize.hh"
46#include "sim/startup.hh"
47
48class BaseCPU;
49class Event;
50

--- 95 unchanged lines hidden ---
44
45#include "params/SimObject.hh"
46#include "sim/serialize.hh"
47#include "sim/startup.hh"
48
49class BaseCPU;
50class Event;
51

--- 95 unchanged lines hidden ---