summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/include/pmc_mdep.h10
-rw-r--r--sys/arm/include/pmc_mdep.h10
-rw-r--r--sys/ia64/include/pmc_mdep.h10
-rw-r--r--sys/powerpc/include/pmc_mdep.h10
-rw-r--r--sys/sparc64/include/pmc_mdep.h10
5 files changed, 50 insertions, 0 deletions
diff --git a/sys/alpha/include/pmc_mdep.h b/sys/alpha/include/pmc_mdep.h
new file mode 100644
index 0000000..54100fb
--- /dev/null
+++ b/sys/alpha/include/pmc_mdep.h
@@ -0,0 +1,10 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+
+#ifndef _MACHINE_PMC_MDEP_H_
+#define _MACHINE_PMC_MDEP_H_
+
+#endif /* !_MACHINE_PMC_MDEP_H_ */
diff --git a/sys/arm/include/pmc_mdep.h b/sys/arm/include/pmc_mdep.h
new file mode 100644
index 0000000..54100fb
--- /dev/null
+++ b/sys/arm/include/pmc_mdep.h
@@ -0,0 +1,10 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+
+#ifndef _MACHINE_PMC_MDEP_H_
+#define _MACHINE_PMC_MDEP_H_
+
+#endif /* !_MACHINE_PMC_MDEP_H_ */
diff --git a/sys/ia64/include/pmc_mdep.h b/sys/ia64/include/pmc_mdep.h
new file mode 100644
index 0000000..54100fb
--- /dev/null
+++ b/sys/ia64/include/pmc_mdep.h
@@ -0,0 +1,10 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+
+#ifndef _MACHINE_PMC_MDEP_H_
+#define _MACHINE_PMC_MDEP_H_
+
+#endif /* !_MACHINE_PMC_MDEP_H_ */
diff --git a/sys/powerpc/include/pmc_mdep.h b/sys/powerpc/include/pmc_mdep.h
new file mode 100644
index 0000000..54100fb
--- /dev/null
+++ b/sys/powerpc/include/pmc_mdep.h
@@ -0,0 +1,10 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+
+#ifndef _MACHINE_PMC_MDEP_H_
+#define _MACHINE_PMC_MDEP_H_
+
+#endif /* !_MACHINE_PMC_MDEP_H_ */
diff --git a/sys/sparc64/include/pmc_mdep.h b/sys/sparc64/include/pmc_mdep.h
new file mode 100644
index 0000000..54100fb
--- /dev/null
+++ b/sys/sparc64/include/pmc_mdep.h
@@ -0,0 +1,10 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+
+#ifndef _MACHINE_PMC_MDEP_H_
+#define _MACHINE_PMC_MDEP_H_
+
+#endif /* !_MACHINE_PMC_MDEP_H_ */
OpenPOWER on IntegriCloud