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