summaryrefslogtreecommitdiff
path: root/tools/perf/util/pmus.c
blob: 7f3b93c4d2297489930b9a7831aa1d68b2cac13c (plain)
1
2
3
4
5
// SPDX-License-Identifier: GPL-2.0
#include <linux/list.h>
#include <pmus.h>

LIST_HEAD(pmus);