summaryrefslogblamecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/out.h
blob: 083679cd798a89bce4284bb79e3633c5c792cce7 (plain) (tree)
































                                                      
/* 
   out.h

   Define all OUT CPU functions.
 */

/*
   static char SccsID[]="@(#)out.h	1.4 02/09/94";
 */

IMPORT VOID OUT8
           
IPT2(
	IU32, op1,
	IU32, op2

   );

IMPORT VOID OUT16
           
IPT2(
	IU32, op1,
	IU32, op2

   );

IMPORT VOID OUT32
           
IPT2(
	IU32, op1,
	IU32, op2

   );