Add empty header (except of the multiple-inclusion protection) to
get hwpmc(4) to compile on this platform.
This commit is contained in:
parent
15749e57aa
commit
ff7125a623
10
sys/alpha/include/pmc_mdep.h
Normal file
10
sys/alpha/include/pmc_mdep.h
Normal file
@ -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_ */
|
10
sys/arm/include/pmc_mdep.h
Normal file
10
sys/arm/include/pmc_mdep.h
Normal file
@ -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_ */
|
10
sys/ia64/include/pmc_mdep.h
Normal file
10
sys/ia64/include/pmc_mdep.h
Normal file
@ -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_ */
|
10
sys/powerpc/include/pmc_mdep.h
Normal file
10
sys/powerpc/include/pmc_mdep.h
Normal file
@ -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_ */
|
10
sys/sparc64/include/pmc_mdep.h
Normal file
10
sys/sparc64/include/pmc_mdep.h
Normal file
@ -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_ */
|
Loading…
x
Reference in New Issue
Block a user