Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[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