Skip to content

Commit

Permalink
Linux: latest jextract (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Mar 16, 2024
1 parent a33e169 commit f4ef64e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ public class usbdevfs_urb {
usbdevice_fs.C_INT.withName("buffer_length"),
usbdevice_fs.C_INT.withName("actual_length"),
usbdevice_fs.C_INT.withName("start_frame"),
MemoryLayout.unionLayout(
usbdevice_fs.C_INT.withName("number_of_packets"),
usbdevice_fs.C_INT.withName("stream_id")
).withName("$anon$126:2"),
MemoryLayout.paddingLayout(4),
usbdevice_fs.C_INT.withName("error_count"),
usbdevice_fs.C_INT.withName("signr"),
usbdevice_fs.C_POINTER.withName("usercontext"),
Expand Down

0 comments on commit f4ef64e

Please sign in to comment.