1f00898f4SAndi Kleen #ifndef _PERF_PARSE_BRANCH_OPTIONS_H
2f00898f4SAndi Kleen #define _PERF_PARSE_BRANCH_OPTIONS_H 1
3ac12f676SAndi Kleen #include <stdint.h>
4f00898f4SAndi Kleen int parse_branch_stack(const struct option *opt, const char *str, int unset);
5ac12f676SAndi Kleen int parse_branch_str(const char *str, __u64 *mode);
6f00898f4SAndi Kleen #endif /* _PERF_PARSE_BRANCH_OPTIONS_H */
7