/* TMMain.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/TMMain.h,v $ Author(s): Christian Conrad Affiliation: ETH Zuerich, TIK Version: $Revision: 1.6 $ Creation Date: Last Date of Change: $Date: 1999/12/13 21:48:33 $ by: $Author: ruf $ $Log: TMMain.h,v $ Revision 1.6 1999/12/13 21:48:33 ruf GNU General Public Licence Update Revision 1.5 1997/04/23 09:04:54 gfa formatting * Revision 1.4 1997/02/21 09:15:13 conrad * Intermediate status (not yet completed) * * Revision 1.3 1997/02/18 18:28:04 conrad * Introduction of tm-include.h * * Revision 1.2 1997/02/13 15:44:51 conrad * First compilation/linking of complete environment (all modules) * * Revision 1.1 1997/02/12 15:35:07 conrad * Initial revision * */ #ifndef __TMINIT_H #define __TMINIT_H #include "tm-include.h" void tmMain( ThreadArg userInitAddress); #endif __TMMAIN_H