1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f00898f4SAndi Kleen #ifndef _PERF_PARSE_BRANCH_OPTIONS_H
3f00898f4SAndi Kleen #define _PERF_PARSE_BRANCH_OPTIONS_H 1
4ac12f676SAndi Kleen #include <stdint.h>
5f00898f4SAndi Kleen int parse_branch_stack(const struct option *opt, const char *str, int unset);
6ac12f676SAndi Kleen int parse_branch_str(const char *str, __u64 *mode);
7f00898f4SAndi Kleen #endif /* _PERF_PARSE_BRANCH_OPTIONS_H */
8