License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / tools / perf / util / parse-branch-options.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f00898f4
AK
2#ifndef _PERF_PARSE_BRANCH_OPTIONS_H
3#define _PERF_PARSE_BRANCH_OPTIONS_H 1
ac12f676 4#include <stdint.h>
f00898f4 5int parse_branch_stack(const struct option *opt, const char *str, int unset);
ac12f676 6int parse_branch_str(const char *str, __u64 *mode);
f00898f4 7#endif /* _PERF_PARSE_BRANCH_OPTIONS_H */