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 691a3ed commit a587246Copy full SHA for a587246
uefi-raw/src/protocol/scsi.rs
@@ -150,7 +150,7 @@ pub struct ExtScsiPassThruProtocol {
150
) -> Status,
151
pub reset_channel: unsafe extern "efiapi" fn(this: *mut Self) -> Status,
152
pub reset_target_lun:
153
- unsafe extern "efiapi" fn(this: *mut Self, target: *const u8, lun: u64) -> Status,
+ unsafe extern "efiapi" fn(this: *const Self, target: *const u8, lun: u64) -> Status,
154
pub get_next_target:
155
unsafe extern "efiapi" fn(this: *const Self, target: *mut *mut u8) -> Status,
156
}
0 commit comments