]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/sun4v/include/pmc_mdep.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / sun4v / include / pmc_mdep.h
1 /*-
2  * This file is in the public domain.
3  *
4  * $FreeBSD$
5  */
6
7 #ifndef _MACHINE_PMC_MDEP_H_
8 #define _MACHINE_PMC_MDEP_H_
9
10 union pmc_md_op_pmcallocate {
11         uint64_t                __pad[4];
12 };
13
14 /* Logging */
15 #define PMCLOG_READADDR         PMCLOG_READ64
16 #define PMCLOG_EMITADDR         PMCLOG_EMIT64
17
18 #if     _KERNEL
19 union pmc_md_pmc {
20 };
21
22 #define PMC_TRAPFRAME_TO_PC(TF) (0)     /* Stubs */
23 #define PMC_TRAPFRAME_TO_FP(TF) (0)
24 #define PMC_TRAPFRAME_TO_SP(TF) (0)
25
26 #endif
27
28 #endif /* !_MACHINE_PMC_MDEP_H_ */