summaryrefslogblamecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/mips/prod/xfer_c.h
blob: 7bee6a3f5b376830dcf24e7a0a9a734f8a56c591 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                          
#ifndef _Xfer_c_h
#define _Xfer_c_h
#define PMDC_SAMELEVEL (4)
#define PMDC_RING2 (2)
#define PMDC_RING1 (1)
#define PMDC_RING0 (0)
#define PM_SS_TSS (1)
#define PM_SS_STK (2)
enum xferTypeEnum
{
	PMXT_CALLF = 0,
	PMXT_JMPF = 1,
	PMXT_INT = 2
};
#endif /* ! _Xfer_c_h */