18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _PERF_PARSE_REGS_OPTIONS_H 38c2ecf20Sopenharmony_ci#define _PERF_PARSE_REGS_OPTIONS_H 1 48c2ecf20Sopenharmony_cistruct option; 58c2ecf20Sopenharmony_ciint parse_user_regs(const struct option *opt, const char *str, int unset); 68c2ecf20Sopenharmony_ciint parse_intr_regs(const struct option *opt, const char *str, int unset); 78c2ecf20Sopenharmony_ci#endif /* _PERF_PARSE_REGS_OPTIONS_H */ 8