10 lines
121 B
C
10 lines
121 B
C
struct tof_utofu_device {
|
|
union {
|
|
char whole_struct[80];
|
|
struct {
|
|
char padding0[0];
|
|
bool enabled;
|
|
};
|
|
};
|
|
};
|