2 * This file is in the public domain.
7 #ifndef _MACHINE_PMC_MDEP_H_
8 #define _MACHINE_PMC_MDEP_H_
10 union pmc_md_op_pmcallocate
{
15 #define PMCLOG_READADDR PMCLOG_READ64
16 #define PMCLOG_EMITADDR PMCLOG_EMIT64
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)
28 #endif /* !_MACHINE_PMC_MDEP_H_ */