Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.8-rc6 9 lines 141 B view raw
1#ifndef __DATA_CONVERT_H 2#define __DATA_CONVERT_H 3 4struct perf_data_convert_opts { 5 bool force; 6 bool all; 7}; 8 9#endif /* __DATA_CONVERT_H */