backdoor.hh (8789:a8b63a0ee14c) backdoor.hh (9235:5aa4896ed55a)
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;

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

30
31/** @file
32 * System Console Backdoor Interface
33 */
34
35#ifndef __DEV_ALPHA_BACKDOOR_HH__
36#define __DEV_ALPHA_BACKDOOR_HH__
37
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;

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

30
31/** @file
32 * System Console Backdoor Interface
33 */
34
35#ifndef __DEV_ALPHA_BACKDOOR_HH__
36#define __DEV_ALPHA_BACKDOOR_HH__
37
38#include "base/range.hh"
39#include "base/types.hh"
40#include "dev/alpha/access.h"
41#include "dev/io_device.hh"
42#include "params/AlphaBackdoor.hh"
43#include "sim/sim_object.hh"
44
45class BaseCPU;
46class Terminal;

--- 80 unchanged lines hidden ---
38#include "base/types.hh"
39#include "dev/alpha/access.h"
40#include "dev/io_device.hh"
41#include "params/AlphaBackdoor.hh"
42#include "sim/sim_object.hh"
43
44class BaseCPU;
45class Terminal;

--- 80 unchanged lines hidden ---