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: releng/8.0/sys/mips/include/pmc_mdep.h 178172 2008-04-13 07:27:37Z imp $
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_ */
Cache object: 09b1c29ece28ad8bb00bd8f3584b3a54
|