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.
 
 
 
 
 
 

34 lines
854 B

/*
* VPC-XT Revision 1.0
*
* Title : Mono Display Adaptor declarations
*
* Description : Definitions for users of the MDA
*
* Author : David Rees
*
* Notes : None
*/
/* SccsID[]="@(#)mda.h 1.4 02/23/93 Copyright Insignia Solutions Ltd."; */
/*
* ============================================================================
* Structure/Data definitions
* ============================================================================
*/
/* None */
/*
* ============================================================================
* External declarations and macros
* ============================================================================
*/
IMPORT VOID mda_init IPT0();
IMPORT VOID mda_term IPT0();
IMPORT VOID mda_inb IPT2(io_addr, address, half_word *, value);
IMPORT VOID mda_outb IPT2(io_addr, address, half_word, value);