blob: 7d762b188007fbca9cecd36417c40d1f7379060f [file] [log] [blame]
Stephane Eranianbcc84ec2015-08-31 18:41:12 +02001#ifndef _PERF_PARSE_REGS_OPTIONS_H
2#define _PERF_PARSE_REGS_OPTIONS_H 1
3struct option;
4int parse_regs(const struct option *opt, const char *str, int unset);
5#endif /* _PERF_PARSE_REGS_OPTIONS_H */