libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 16 Nov 2022 18:43:34 +0000 (15:43 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 16 Nov 2022 19:00:49 +0000 (16:00 -0300)
commit63a3bf5e8d9e79ce456c8f73d4395a5a51d841b1
treebac28de95e11a0fb9e0dda56e3e2e64480680186
parent35fef9b471c70413f8277984920129ddf601f5e9
libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.h

The perf/cpumap.h header is getting the 'struct perf_cpu_map' forward
declaration by luck, add it.

Acked-by: Ian Rogers <irogers@google.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/perf/include/perf/cpumap.h