mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
9 lines
130 B
C
9 lines
130 B
C
|
#ifndef __DATA_CONVERT_H
|
||
|
#define __DATA_CONVERT_H
|
||
|
|
||
|
struct perf_data_convert_opts {
|
||
|
bool force;
|
||
|
};
|
||
|
|
||
|
#endif /* __DATA_CONVERT_H */
|