We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab3d14 commit 78a3581Copy full SHA for 78a3581
uefi-raw/src/protocol/scsi.rs
@@ -208,7 +208,7 @@ pub struct ExtScsiPassThruProtocol {
208
) -> Status,
209
pub reset_channel: unsafe extern "efiapi" fn(this: *mut Self) -> Status,
210
pub reset_target_lun:
211
- 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,
212
pub get_next_target:
213
unsafe extern "efiapi" fn(this: *const Self, target: *mut *mut u8) -> Status,
214
}
0 commit comments