18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _PERF_PARSE_BRANCH_OPTIONS_H
38c2ecf20Sopenharmony_ci#define _PERF_PARSE_BRANCH_OPTIONS_H 1
48c2ecf20Sopenharmony_ci#include <stdint.h>
58c2ecf20Sopenharmony_ciint parse_branch_stack(const struct option *opt, const char *str, int unset);
68c2ecf20Sopenharmony_ciint parse_branch_str(const char *str, __u64 *mode);
78c2ecf20Sopenharmony_ci#endif /* _PERF_PARSE_BRANCH_OPTIONS_H */
8