16757SAli.Saidi@ARM.com# Copyright (c) 2009 ARM Limited
26757SAli.Saidi@ARM.com# All rights reserved.
36757SAli.Saidi@ARM.com#
46757SAli.Saidi@ARM.com# Redistribution and use in source and binary forms, with or without
56757SAli.Saidi@ARM.com# modification, are permitted provided that the following conditions are
66757SAli.Saidi@ARM.com# met: redistributions of source code must retain the above copyright
76757SAli.Saidi@ARM.com# notice, this list of conditions and the following disclaimer;
86757SAli.Saidi@ARM.com# redistributions in binary form must reproduce the above copyright
96757SAli.Saidi@ARM.com# notice, this list of conditions and the following disclaimer in the
106757SAli.Saidi@ARM.com# documentation and/or other materials provided with the distribution;
116757SAli.Saidi@ARM.com# neither the name of the copyright holders nor the names of its
126757SAli.Saidi@ARM.com# contributors may be used to endorse or promote products derived from
136757SAli.Saidi@ARM.com# this software without specific prior written permission.
146757SAli.Saidi@ARM.com#
156757SAli.Saidi@ARM.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
166757SAli.Saidi@ARM.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
176757SAli.Saidi@ARM.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
186757SAli.Saidi@ARM.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
196757SAli.Saidi@ARM.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
206757SAli.Saidi@ARM.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
216757SAli.Saidi@ARM.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
226757SAli.Saidi@ARM.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
236757SAli.Saidi@ARM.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
246757SAli.Saidi@ARM.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
256757SAli.Saidi@ARM.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
266757SAli.Saidi@ARM.com#
276757SAli.Saidi@ARM.com# Authors: Ali Saidi
286757SAli.Saidi@ARM.com
296757SAli.Saidi@ARM.comfrom m5.SimObject import SimObject
306757SAli.Saidi@ARM.com
316757SAli.Saidi@ARM.comclass ArmInterrupts(SimObject):
326757SAli.Saidi@ARM.com    type = 'ArmInterrupts'
336757SAli.Saidi@ARM.com    cxx_class = 'ArmISA::Interrupts'
349338SAndreas.Sandberg@arm.com    cxx_header = "arch/arm/interrupts.hh"
35