]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/mips/include/pmc_mdep.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / mips / include / pmc_mdep.h
1 /*-
2  * This file is in the public domain.
3  *
4  *      from: src/sys/alpha/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:06 jkoshy
5  * $FreeBSD$
6  */
7
8 #ifndef _MACHINE_PMC_MDEP_H_
9 #define _MACHINE_PMC_MDEP_H_
10
11 union pmc_md_op_pmcallocate {
12         uint64_t        __pad[4];
13 };
14
15 /* Logging */
16 #define PMCLOG_READADDR         PMCLOG_READ64
17 #define PMCLOG_EMITADDR         PMCLOG_EMIT64
18
19 #if     _KERNEL
20 union pmc_md_pmc {
21 };
22
23 #endif
24 #endif /* !_MACHINE_PMC_MDEP_H_ */