xref: /OK3568_Linux_fs/kernel/tools/perf/util/parse-regs-options.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifndef _PERF_PARSE_REGS_OPTIONS_H
3*4882a593Smuzhiyun #define _PERF_PARSE_REGS_OPTIONS_H 1
4*4882a593Smuzhiyun struct option;
5*4882a593Smuzhiyun int parse_user_regs(const struct option *opt, const char *str, int unset);
6*4882a593Smuzhiyun int parse_intr_regs(const struct option *opt, const char *str, int unset);
7*4882a593Smuzhiyun #endif /* _PERF_PARSE_REGS_OPTIONS_H */
8