Deleted Added
sdiff udiff text old ( 6379:75d4aaf7dd54 ) new ( 8741:491297d019f3 )
full compact
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;

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

87 * @param name name of the object
88 * @param s system the object belongs to
89 * @param intctrl pointer to the interrupt controller
90 */
91 typedef MaltaParams Params;
92 Malta(const Params *p);
93
94 /**
95 * Cause the cpu to post a serial interrupt to the CPU.
96 */
97 virtual void postConsoleInt();
98
99 /**
100 * Clear a posted CPU interrupt (id=55)
101 */
102 virtual void clearConsoleInt();

--- 50 unchanged lines hidden ---