malta_cchip.hh (8229:78bf55f23338) malta_cchip.hh (9235:5aa4896ed55a)
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;

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

31
32/** @file
33 * Emulation of the Malta CChip CSRs
34 */
35
36#ifndef __MALTA_CCHIP_HH__
37#define __MALTA_CCHIP_HH__
38
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;

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

31
32/** @file
33 * Emulation of the Malta CChip CSRs
34 */
35
36#ifndef __MALTA_CCHIP_HH__
37#define __MALTA_CCHIP_HH__
38
39#include "base/range.hh"
40#include "dev/mips/malta.hh"
41#include "dev/io_device.hh"
42#include "params/MaltaCChip.hh"
43
44/**
45 * Malta CChip CSR Emulation. This device includes all the interrupt
46 * handling code for the chipset.
47 */

--- 106 unchanged lines hidden ---
39#include "dev/mips/malta.hh"
40#include "dev/io_device.hh"
41#include "params/MaltaCChip.hh"
42
43/**
44 * Malta CChip CSR Emulation. This device includes all the interrupt
45 * handling code for the chipset.
46 */

--- 106 unchanged lines hidden ---