/* IO.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/IO/IO.h,v $ Author(s): George Fankhauser Affiliation: ETH Zuerich, TIK Version: $Revision: 1.17 $ Creation Date: Last Date of Change: $Date: 1999/12/13 21:48:25 $ by: $Author: ruf $ $Log: IO.h,v $ Revision 1.17 1999/12/13 21:48:25 ruf GNU General Public Licence Update Revision 1.16 1999/04/08 11:40:07 jeker added some new files, modified some others for unix port Revision 1.15 1999/01/06 17:47:33 cjeker code cleaning Revision 1.14 1998/03/31 16:02:46 gries device timer1 added as comment Revision 1.13 1997/05/30 18:03:15 gfa added loopback device * Revision 1.12 1997/05/07 14:08:38 stauffer * device number for IO_FPGA_COMM added * * Revision 1.11 1997/04/22 12:10:45 conrad * setting console on B * * Revision 1.10 1997/04/17 08:15:30 conrad * *** empty log message *** * * Revision 1.9 1997/04/14 12:35:07 conrad * console set to B for use in hardware (A for simulator !) * * Revision 1.8 1997/04/12 15:58:17 gfa * *** empty log message *** * * Revision 1.7 1997/04/07 07:50:38 gfa * changed IOHal function protos to include IOConsole * * Revision 1.6 97/03/19 07:25:09 gfa * *** empty log message *** * * Revision 1.5 1997/03/09 20:53:38 gfa * *** empty log message *** * * Revision 1.4 1997/02/25 08:32:38 gfa * *** empty log message *** * * Revision 1.3 1997/02/17 16:51:34 gfa * first implementation * * Revision 1.2 1997/02/12 15:31:55 gfa * *** empty log message *** * * Revision 1.1 1997/02/04 11:20:45 topsy * Initial revision * */ #ifndef _IO_H_ #define _IO_H_ /* the device numbers, the alias and the IO_DEVCOUNT defines are new in the architecture depending file IOArch.h */ #include "IOArch.h" #include "IOConsole.h" #endif