/* TMInit.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/TMInit.h,v $ Author(s): Christian Conrad Affiliation: ETH Zuerich, TIK Version: $Revision: 1.7 $ Creation Date: Last Date of Change: $Date: 1999/12/13 21:48:33 $ by: $Author: ruf $ $Log: TMInit.h,v $ Revision 1.7 1999/12/13 21:48:33 ruf GNU General Public Licence Update Revision 1.6 1997/04/23 09:04:54 gfa formatting * Revision 1.5 1997/03/23 12:41:21 gfa * *** empty log message *** * * Revision 1.4 97/03/22 14:31:12 conrad * locks replace msg for heap * * Revision 1.3 1997/03/10 11:30:05 conrad * Adding of hmStack parameter to tmInit * * Revision 1.2 1997/02/18 18:28:04 conrad * Introduction of tm-include.h * * Revision 1.1 1997/02/12 15:35:07 conrad * Initial revision * */ #ifndef __TMINIT_H #define __TMINIT_H #include "tm-include.h" #include "Configuration.h" #endif __TMINIT_H