Tofu: initial version
Change-Id: I9c464d5af883c18715a97ca9e9981cf73b260f90
This commit is contained in:
committed by
Masamichi Takagi
parent
fe83deb3db
commit
92902d36fc
9
kernel/include/tofu/tofu_generated-tof_utofu_device.h
Normal file
9
kernel/include/tofu/tofu_generated-tof_utofu_device.h
Normal file
@ -0,0 +1,9 @@
|
||||
struct tof_utofu_device {
|
||||
union {
|
||||
char whole_struct[80];
|
||||
struct {
|
||||
char padding0[0];
|
||||
bool enabled;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user