mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
5 changed files with 50 additions and 0 deletions
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…
Reference in a new issue