00001 00008 /* (c) 2003 'Technische Universitaet Dresden' 00009 * This file is part of the con package, which is distributed under 00010 * the terms of the GNU General Public License 2. Please see the 00011 * COPYING file for details. */ 00012 00013 #ifndef _L4CONTXT_L4CONTXT_H 00014 #define _L4CONTXT_L4CONTXT_H 00015 00016 /* common interface include */ 00017 #include <l4/l4con/l4contxt_common.h> 00018 00030 L4_CV int contxt_init(long max_sbuf_size, int scrbuf_lines); 00031 00039 L4_CV int contxt_close(void); 00040 00041 #endif 00042