Skip to content

Commit ab6ff2e

Browse files
committed
Fix DiskIo and DiskIo2 GUIDs
1 parent 6b96a65 commit ab6ff2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/proto/media/disk.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::{unsafe_guid, Event, Result, Status};
1010
/// reponsible for adding this protocol to any block I/O interface that
1111
/// appears in the system that does not already have a disk I/O protocol.
1212
#[repr(C)]
13-
#[unsafe_guid("ce345171-ba0b-11d2-4f8e-00a0c969723b")]
13+
#[unsafe_guid("ce345171-ba0b-11d2-8e4f-00a0c969723b")]
1414
#[derive(Protocol)]
1515
pub struct DiskIo {
1616
revision: u64,
@@ -83,7 +83,7 @@ pub struct DiskIo2Token {
8383
/// This protocol provides an extension to the disk I/O protocol to enable
8484
/// non-blocking / asynchronous byte-oriented disk operation.
8585
#[repr(C)]
86-
#[unsafe_guid("151c8eae-7f2c-472c-549e-9828194f6a88")]
86+
#[unsafe_guid("151c8eae-7f2c-472c-9e54-9828194f6a88")]
8787
#[derive(Protocol)]
8888
pub struct DiskIo2 {
8989
revision: u64,

0 commit comments

Comments
 (0)