We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SimpleFileSystem
1 parent af7ae50 commit f56888aCopy full SHA for f56888a
src/proto/media/fs.rs
@@ -9,6 +9,16 @@ use core::ptr;
9
///
10
/// This interface is implemented by some storage devices
11
/// to allow file access to the contained file systems.
12
+///
13
+/// # Accessing `SimpleFileSystem` protocol
14
15
+/// Use [`BootServices::get_image_file_system`] to retrieve the `SimpleFileSystem`
16
+/// protocol associated with a given image handle.
17
18
+/// See the [`BootServices`] documentation for more details of how to open a protocol.
19
20
+/// [`BootServices::get_image_file_system`]: crate::table::boot::BootServices::get_image_file_system
21
+/// [`BootServices`]: crate::table::boot::BootServices#accessing-protocols
22
#[repr(C)]
23
#[unsafe_guid("964e5b22-6459-11d2-8e39-00a0c969723b")]
24
#[derive(Protocol)]
0 commit comments