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
873 B

/*
* VPC-XT Revision 2.0
*
* Title : PPI Adpator definitions
*
* Description : Definitions for users of the PPI Adaptor
*
* Author : Henry Nash
*
* Notes : None
*/
/* SccsID[]="@(#)ppi.h 1.4 08/10/92 Copyright Insignia Solutions Ltd."; */
/*
* ============================================================================
* Structure/Data definitions
* ============================================================================
*/
/* None */
/*
* ============================================================================
* External declarations and macros
* ============================================================================
*/
#ifdef ANSI
extern void ppi_init(void);
extern void ppi_inb(io_addr,half_word *);
extern void ppi_outb(io_addr,half_word);
#else
extern void ppi_init();
extern void ppi_inb();
extern void ppi_outb();
#endif