ftp.nice.ch/pub/next/developer/languages/c/egcs.1.1.1.1beta.I.b.tar.gz#/lib/gcc-lib/i386-next-nextstep3/egcs-2.91.60/include/bsd/dev/hppa/BasicConsole.h

This is BasicConsole.h in view mode; [Download] [Up]

/* 	Copyright (c) 1992 NeXT Computer, Inc.  All rights reserved. 
 *
 * BasicConsole.c - VGA based console definitions.
 *
 *
 * HISTORY
 * 15 Sep 92	Joe Pasqua
 *      Created. 
 */

#if defined(KERNEL_PRIVATE) || defined(DRIVER_PRIVATE)

/* Notes:*/
/* * This module is the interface to a console implementation that writes*/
/*   to a [CEV]GA in character mode. See ConsoleSupport.h for details.*/
/* * The km driver should be the only client of this interface. It will*/
/*   allocate a VGAConsole object initially using this mechanism. It will*/
/*   get console objects for the rest of the displays using a method*/
/*   in the display's class.*/

#import	<mach/boolean.h>
#import	"ConsoleSupport.h"

extern IOConsoleInfo *BasicAllocateConsole();

#endif	/* KERNEL_PRIVATE || DRIVER_PRIVATE */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.