/* TMError.h, Copyright (c) by Christian Conrad, 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. */ /* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. File: $Source: /usr/drwho/vault/cvs/topsy/Topsy/Threads/mips/TMError.h,v $ Author(s): Christian Conrad Affiliation: ETH Zuerich, TIK Version: $Revision: 1.4 $ Creation Date: Last Date of Change: $Date: 1999/12/14 13:28:56 $ by: $Author: ruf $ $Log: TMError.h,v $ Revision 1.4 1999/12/14 13:28:56 ruf GNU GPL fix: missing #ifdef's inserted, Platform.mips.solaris: LCC=gcc set Revision 1.3 1999/12/13 21:48:35 ruf GNU General Public Licence Update Revision 1.2 1997/04/23 09:10:28 gfa formatting, comments adjusted * Revision 1.1 1997/04/08 20:29:39 conrad * Initial revision * */ #ifndef __TMERROR_H #define __TMERROR_H void tmInstallErrorHandlers(void); #endif