summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/enter.h
blob: 9b885b23af9d56f8c032d92fd647e0b196427c7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* 
   enter.h

   Define all ENTER CPU functions.
 */

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

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

   );

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

   );