aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2005-04-20 18:44:53 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2005-04-20 18:44:53 +0000
commitff7125a62328e17b7745313b19bd71877cafc027 (patch)
tree4044541159ac6245d4c6f9351d985b335c384832 /sys/alpha
parent15749e57aa2813f28a6731c57115edfdfd772a86 (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/pmc_mdep.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/alpha/include/pmc_mdep.h b/sys/alpha/include/pmc_mdep.h
new file mode 100644
index 000000000000..54100fb33d2a
--- /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_ */