We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16351a8 commit aea5519Copy full SHA for aea5519
uefi-raw/src/protocol/usb/io.rs
@@ -106,8 +106,8 @@ pub struct UsbIoProtocol {
106
this: *mut Self,
107
device_endpoint: u8,
108
data: *mut ffi::c_void,
109
- data_length: usize,
110
- timeout: u32,
+ data_length: *mut usize,
+ timeout: usize,
111
status: *mut UsbTransferStatus,
112
) -> Status,
113
pub async_interrupt_transfer: unsafe extern "efiapi" fn(
0 commit comments