xref: /openbsd/sys/dev/pci/drm/include/linux/perf_event.h (revision 09467b48)
1 /* Public domain. */
2 
3 #ifndef _LINUX_PERF_EVENT_H
4 #define _LINUX_PERF_EVENT_H
5 
6 #include <linux/ftrace.h>
7 
8 struct pmu {
9 };
10 
11 #endif
12