Skip to content

Commit 930719b

Browse files
committed
uefi: forward documentation of Protocol to uefi-raw (deduplicate)
1 parent 8192ea4 commit 930719b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

uefi/src/proto/mod.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22

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.
3+
//! High-level wrappers for [UEFI protocols].
84
//!
95
//! See the [`boot`] documentation for details of how to open a protocol.
106
//!
117
//! [`boot`]: crate::boot#accessing-protocols
8+
//! [UEFI protocols]: uefi_raw::protocol
129
1310
#[cfg(feature = "alloc")]
1411
pub mod ata;

0 commit comments

Comments
 (0)