16117Snate@binkert.org/*
26117Snate@binkert.org * Copyright (c) 2008 The Regents of The University of Michigan
36117Snate@binkert.org * All rights reserved.
46117Snate@binkert.org *
56117Snate@binkert.org * Redistribution and use in source and binary forms, with or without
66117Snate@binkert.org * modification, are permitted provided that the following conditions are
76117Snate@binkert.org * met: redistributions of source code must retain the above copyright
86117Snate@binkert.org * notice, this list of conditions and the following disclaimer;
96117Snate@binkert.org * redistributions in binary form must reproduce the above copyright
106117Snate@binkert.org * notice, this list of conditions and the following disclaimer in the
116117Snate@binkert.org * documentation and/or other materials provided with the distribution;
126117Snate@binkert.org * neither the name of the copyright holders nor the names of its
136117Snate@binkert.org * contributors may be used to endorse or promote products derived from
146117Snate@binkert.org * this software without specific prior written permission.
156117Snate@binkert.org *
166117Snate@binkert.org * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
176117Snate@binkert.org * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
186117Snate@binkert.org * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
196117Snate@binkert.org * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
206117Snate@binkert.org * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
216117Snate@binkert.org * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
226117Snate@binkert.org * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
236117Snate@binkert.org * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
246117Snate@binkert.org * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
256117Snate@binkert.org * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
266117Snate@binkert.org * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
276117Snate@binkert.org *
286117Snate@binkert.org * Authors: Gabe Black
296117Snate@binkert.org */
306117Snate@binkert.org
316117Snate@binkert.org#ifndef __ARCH_ARM_MICROCODE_ROM_HH__
326117Snate@binkert.org#define __ARCH_ARM_MICROCODE_ROM_HH__
336117Snate@binkert.org
346117Snate@binkert.org#include "sim/microcode_rom.hh"
356117Snate@binkert.org
366117Snate@binkert.orgnamespace ArmISA
376117Snate@binkert.org{
386117Snate@binkert.org    using ::MicrocodeRom;
396117Snate@binkert.org}
406117Snate@binkert.org
416117Snate@binkert.org#endif // __ARCH_ARM_MICROCODE_ROM_HH__
42