Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / tools / perf / util / parse-sublevel-options.h
blob9b9efcc2aaad732ed4e0ff976a89379fac40934b
1 #ifndef _PERF_PARSE_SUBLEVEL_OPTIONS_H
2 #define _PERF_PARSE_SUBLEVEL_OPTIONS_H
4 struct sublevel_option {
5 const char *name;
6 int *value_ptr;
7 };
9 int perf_parse_sublevel_options(const char *str, struct sublevel_option *opts);
11 #endif