ff7125a623
get hwpmc(4) to compile on this platform.
11 lines
157 B
C
11 lines
157 B
C
/*-
|
|
* This file is in the public domain.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifndef _MACHINE_PMC_MDEP_H_
|
|
#define _MACHINE_PMC_MDEP_H_
|
|
|
|
#endif /* !_MACHINE_PMC_MDEP_H_ */
|