summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/pmc_mdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/pmc_mdep.h')
-rw-r--r--sys/mips/include/pmc_mdep.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/mips/include/pmc_mdep.h b/sys/mips/include/pmc_mdep.h
new file mode 100644
index 0000000..46639544
--- /dev/null
+++ b/sys/mips/include/pmc_mdep.h
@@ -0,0 +1,24 @@
+/*-
+ * This file is in the public domain.
+ *
+ * from: src/sys/alpha/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:06 jkoshy
+ * $FreeBSD$
+ */
+
+#ifndef _MACHINE_PMC_MDEP_H_
+#define _MACHINE_PMC_MDEP_H_
+
+union pmc_md_op_pmcallocate {
+ uint64_t __pad[4];
+};
+
+/* Logging */
+#define PMCLOG_READADDR PMCLOG_READ64
+#define PMCLOG_EMITADDR PMCLOG_EMIT64
+
+#if _KERNEL
+union pmc_md_pmc {
+};
+
+#endif
+#endif /* !_MACHINE_PMC_MDEP_H_ */
OpenPOWER on IntegriCloud