Deleted Added
sdiff udiff text old ( 6691:cd68b6ecd68d ) new ( 7811:a8fc35183c10 )
full compact
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

35
36#include "sim/microcode_rom.hh"
37
38namespace PowerISA
39{
40
41using ::MicrocodeRom;
42
43} // PowerISA namespace
44
45#endif // __ARCH_POWER_MICROCODE_ROM_HH__