blob: af90b6076c0616b31351a2d803839c16871ad678 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Wang Nan3275f682016-06-24 11:22:07 +00002#ifndef __DATA_CONVERT_H
3#define __DATA_CONVERT_H
4
5struct perf_data_convert_opts {
6 bool force;
Wang Nanf02a6482016-06-24 11:22:08 +00007 bool all;
Wang Nan3275f682016-06-24 11:22:07 +00008};
9
10#endif /* __DATA_CONVERT_H */