mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
fthd/isp: Combine unknown fields in isp_cmd_config into array
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
@@ -513,14 +513,7 @@ struct isp_cmd_print_enable {
|
||||
} __attribute__((packed));
|
||||
|
||||
struct isp_cmd_config {
|
||||
u32 field0;
|
||||
u32 field4;
|
||||
u32 field8;
|
||||
u32 fieldc;
|
||||
u32 field10;
|
||||
u32 field14;
|
||||
u32 field18;
|
||||
u32 field1c;
|
||||
u32 unknown[8];
|
||||
} __attribute__((packed));
|
||||
|
||||
struct isp_cmd_set_loadfile {
|
||||
|
||||
Reference in New Issue
Block a user