summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/c_xtrn.h
blob: e4ba99d0d274792264b5c4b2ab42159d27ae3c60 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
/*[

c_xtrn.h

External Interface Support.
---------------------------

LOCAL CHAR SccsID[]="@(#)c_xtrn.h	1.4 02/09/94";

]*/


/*
   Supported Interface Types.
 */
#define TYPE_I_W 1	/* (ISM32 , IU16) */
#define TYPE_W   2	/* (IU16) */

IMPORT VOID check_interface_active
       
IPT1(
	ISM32, except_nmbr

   );

typedef void CALL_CPU IPT0();
typedef void CALL_CPU_1 IPT1(ISM32, p1);
typedef void CALL_CPU_2 IPT2(ISM32, p1, IU16, p2);

IMPORT ISM32 call_cpu_function
                   
IPT4(
	CALL_CPU *,func,
	ISM32, type,
	ISM32, arg1,
	IU16, arg2

   );