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