diff options
author | marcel <marcel@FreeBSD.org> | 2005-04-20 18:44:53 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2005-04-20 18:44:53 +0000 |
commit | 4dd49b3b66d32dbd8211f7dcc346f6d4d3cb3a68 (patch) | |
tree | 4044541159ac6245d4c6f9351d985b335c384832 /sys/powerpc | |
parent | 8c3fdbd4cfed5fb09ed8bc0309838554309d6d32 (diff) | |
download | FreeBSD-src-4dd49b3b66d32dbd8211f7dcc346f6d4d3cb3a68.zip FreeBSD-src-4dd49b3b66d32dbd8211f7dcc346f6d4d3cb3a68.tar.gz |
Add empty header (except of the multiple-inclusion protection) to
get hwpmc(4) to compile on this platform.
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/include/pmc_mdep.h | 10 |
1 files changed, 10 insertions, 0 deletions
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_ */ |