/* MMError.h, Copyright (c) by George Fankhauser, Swiss Federal Institute of Technology, Computer Engineering and Networks Laboratory. TOPSY -- A Teachable Operating System. Implementation of a tiny and simple micro kernel for teaching purposes. For further information, please visit http://www.tik.ee.ethz.ch/~topsy This software is provided under the terms of the GNU General Public Licence. A full copy of the GNU GPL is provided in the file COPYING found in the development root of Topsy. */ /* File: $Source: /usr/drwho/vault/cvs/topsy/Topsy/Memory/mips/MMError.h,v $ Author(s): George Fankhauser Affiliation: ETH Zuerich, TIK Version: $Revision: 1.5 $ Creation Date: Last Date of Change: $Date: 1999/12/13 21:48:31 $ by: $Author: ruf $ $Log: MMError.h,v $ Revision 1.5 1999/12/13 21:48:31 ruf GNU General Public Licence Update Revision 1.4 1997/04/23 11:48:53 gfa replaced 8 by appropriate constant * Revision 1.3 1997/03/13 23:59:52 gfa * added utlb miss handler * * Revision 1.2 1997/03/09 20:48:44 gfa * init / panic as a default reaction * * Revision 1.1 1997/02/12 16:18:42 zitzler * Initial revision * */ #ifndef _MMERROR_H_ #define _MMERROR_H_ #include "Topsy.h" void mmInstallErrorHandlers(void); #endif