Skip to content

Commit 5149e63

Browse files
committed
book: improve chapter "Using Protocols"
1 parent 9b76cab commit 5149e63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

book/src/how_to/protocols.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Using Protocols
22

3+
## About UEFI Protocols
4+
5+
UEFI protocols are a structured collection of functions and/or data. Please
6+
head to the module documentation in [uefi-raw] for more technical information.
7+
8+
[uefi-raw]: https://docs.rs/uefi-raw/latest/uefi_raw/protocol/index.html
9+
10+
## Usage in uefi-rs
11+
312
To open a protocol, you must first get a handle, then open a protocol
413
on that handle. See [Handles and Protocols] for an overview of what
514
these terms mean.

0 commit comments

Comments
 (0)