Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

vis.h

Go to the documentation of this file.
00001 
00006 /*
00007  *  The contents of this file are subject to the Mozilla Public License
00008  *  Version 1.0 (the "License"); you may not use this file except in
00009  *  compliance with the License. You may obtain a copy of the License
00010  *  at http://www.mozilla.org/MPL/
00011  *
00012  *  Software distributed under the License is distributed on an "AS IS"
00013  *  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
00014  *  the License for the specific language governing rights and
00015  *  limitations under the License.
00016  *
00017  *  The Original Code is legOS code, released October 17, 1999.
00018  *
00019  *  The Initial Developer of the Original Code is Markus L. Noga.
00020  *  Portions created by Markus L. Noga are Copyright (C) 1999
00021  *  Markus L. Noga. All Rights Reserved.
00022  *
00023  *  Contributor(s): Markus L. Noga <markus@noga.de>
00024  */
00025 
00026 #ifndef __sys_vis_h__
00027 #define __sys_vis_h__
00028 
00029 #ifdef  __cplusplus
00030 extern "C" {
00031 #endif
00032 
00033 #include <config.h>
00034 #ifdef CONF_VIS
00035 
00037 //
00038 // Functions
00039 //
00041 
00043 void vis_handler(void)
00044 #ifdef CONF_RCX_COMPILER
00045  __attribute__((rcx_interrupt))
00046 #endif
00047 ;
00048 
00049 #endif // CONF_VIS
00050 
00051 #ifdef  __cplusplus
00052 }
00053 #endif
00054 
00055 #endif // __sys_vis_h__

Generated on Fri Feb 25 08:02:37 2005 for brickos by  doxygen 1.3.9.1