/* SupportMIPS.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. */ /* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. File: $Source: /usr/drwho/vault/cvs/topsy/Topsy/Topsy/mips/SupportMIPS.h,v $ Author(s): George Fankhauser Affiliation: ETH Zuerich, TIK Version: $Revision: 1.7 $ Creation Date: Last Date of Change: $Date: 1999/12/14 13:28:56 $ by: $Author: ruf $ $Log: SupportMIPS.h,v $ Revision 1.7 1999/12/14 13:28:56 ruf GNU GPL fix: missing #ifdef's inserted, Platform.mips.solaris: LCC=gcc set Revision 1.6 1999/12/13 21:48:39 ruf GNU General Public Licence Update Revision 1.5 1999/10/27 19:07:49 jeker fixes for R3k R4k port (restoreContext) Revision 1.4 1999/10/27 04:51:09 jeker *** empty log message *** Revision 1.3 1998/04/08 15:09:44 gfa *** empty log message *** Revision 1.2 1998/04/06 10:23:59 gfa incl cpu Revision 1.1 1998/04/06 09:33:31 gfa Initial revision */ #ifndef __SUPPORT_MIPS_H #define __SUPPORT_MIPS_H #include "Topsy.h" #include "cpu.h" Register getEPC(); Register getBADVM(); int getPRID(); #endif __SUPPORT_MIPS_H