Home | History | Annotate | Line # | Download | only in oea
ofw_rasconsvar.h revision 1.1.18.2
      1  1.1.18.2  matt /*	$NetBSD: ofw_rasconsvar.h,v 1.1.18.2 2008/01/09 01:47:53 matt Exp $	*/
      2  1.1.18.2  matt 
      3  1.1.18.2  matt /*
      4  1.1.18.2  matt  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
      5  1.1.18.2  matt  * All rights reserved.
      6  1.1.18.2  matt  *
      7  1.1.18.2  matt  * Author: Chris G. Demetriou
      8  1.1.18.2  matt  *
      9  1.1.18.2  matt  * Permission to use, copy, modify and distribute this software and
     10  1.1.18.2  matt  * its documentation is hereby granted, provided that both the copyright
     11  1.1.18.2  matt  * notice and this permission notice appear in all copies of the
     12  1.1.18.2  matt  * software, derivative works or modified versions, and any portions
     13  1.1.18.2  matt  * thereof, and that both notices appear in supporting documentation.
     14  1.1.18.2  matt  *
     15  1.1.18.2  matt  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
     16  1.1.18.2  matt  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
     17  1.1.18.2  matt  * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
     18  1.1.18.2  matt  *
     19  1.1.18.2  matt  * Carnegie Mellon requests users of this software to return to
     20  1.1.18.2  matt  *
     21  1.1.18.2  matt  *  Software Distribution Coordinator  or  Software.Distribution (at) CS.CMU.EDU
     22  1.1.18.2  matt  *  School of Computer Science
     23  1.1.18.2  matt  *  Carnegie Mellon University
     24  1.1.18.2  matt  *  Pittsburgh PA 15213-3890
     25  1.1.18.2  matt  *
     26  1.1.18.2  matt  * any improvements or extensions that they make and grant Carnegie the
     27  1.1.18.2  matt  * rights to redistribute these changes.
     28  1.1.18.2  matt  */
     29  1.1.18.2  matt 
     30  1.1.18.2  matt #ifndef _OFW_RASCONSVAR_H_
     31  1.1.18.2  matt #define _OFW_RASCONSVAR_H_
     32  1.1.18.2  matt 
     33  1.1.18.2  matt extern struct vcons_screen rascons_console_screen;
     34  1.1.18.2  matt extern struct wsscreen_descr rascons_stdscreen;
     35  1.1.18.2  matt int rascons_init_rasops(int, struct rasops_info *);
     36  1.1.18.2  matt 
     37  1.1.18.2  matt #endif /* _OFW_RASCONSVAR_H_ */
     38