We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8192ea4 commit 930719bCopy full SHA for 930719b
uefi/src/proto/mod.rs
@@ -1,14 +1,11 @@
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
3
-//! Protocol definitions.
4
-//!
5
-//! Protocols are sets of related functionality identified by a unique
6
-//! ID. They can be implemented by a UEFI driver or occasionally by a
7
-//! UEFI application.
+//! High-level wrappers for [UEFI protocols].
8
//!
9
//! See the [`boot`] documentation for details of how to open a protocol.
10
11
//! [`boot`]: crate::boot#accessing-protocols
+//! [UEFI protocols]: uefi_raw::protocol
12
13
#[cfg(feature = "alloc")]
14
pub mod ata;
0 commit comments