Merge branch 'akpm' (patches from Andrew)
[deliverable/linux.git] / tools / perf / util / data-convert.h
CommitLineData
3275f68e
WN
1#ifndef __DATA_CONVERT_H
2#define __DATA_CONVERT_H
3
4struct perf_data_convert_opts {
5 bool force;
f02a6489 6 bool all;
3275f68e
WN
7};
8
9#endif /* __DATA_CONVERT_H */
This page took 0.028248 seconds and 5 git commands to generate.