Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
930 B

/*
* VPC-XT Revision 2.0
*
* Title : Hercules Mono Display Adaptor declarations
*
* Description : Definitions for users of the Hercules MDA
*
* Author : P. Jadeja
*
* Notes : None
*/
/* SccsID[]=" @(#) @(#)herc.h 1.4 08/10/92 02/02/89 01/17/89 Copyright Insignia Solutions Ltd."; */
/*
* ============================================================================
* Structure/Data definitions
* ============================================================================
*/
/* None */
/*
* ============================================================================
* External declarations and macros
* ============================================================================
*/
#define HERC_SCAN_LINE_LENGTH 90
extern void herc_init IPT0();
extern void herc_term IPT0();
extern void herc_inb IPT2(io_addr, port, half_word *, value);
extern void herc_outb IPT2(io_addr, port, half_word, value);