backdoor.hh (5480:b9460d7f74f0) backdoor.hh (6214:1ec0ec8933ae)
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;

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

34
35#ifndef __DEV_ALPHA_BACKDOOR_HH__
36#define __DEV_ALPHA_BACKDOOR_HH__
37
38#include "base/range.hh"
39#include "dev/alpha/access.h"
40#include "dev/io_device.hh"
41#include "params/AlphaBackdoor.hh"
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;

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

34
35#ifndef __DEV_ALPHA_BACKDOOR_HH__
36#define __DEV_ALPHA_BACKDOOR_HH__
37
38#include "base/range.hh"
39#include "dev/alpha/access.h"
40#include "dev/io_device.hh"
41#include "params/AlphaBackdoor.hh"
42#include "sim/host.hh"
42#include "base/types.hh"
43#include "sim/sim_object.hh"
44
45class BaseCPU;
46class Terminal;
47class AlphaSystem;
48class SimpleDisk;
49
50/**

--- 76 unchanged lines hidden ---
43#include "sim/sim_object.hh"
44
45class BaseCPU;
46class Terminal;
47class AlphaSystem;
48class SimpleDisk;
49
50/**

--- 76 unchanged lines hidden ---