We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b76cab commit 5149e63Copy full SHA for 5149e63
book/src/how_to/protocols.md
@@ -1,5 +1,14 @@
1
# Using Protocols
2
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
12
To open a protocol, you must first get a handle, then open a protocol
13
on that handle. See [Handles and Protocols] for an overview of what
14
these terms mean.
0 commit comments