[go: up one dir, main page]

r-efi 5.3.0

UEFI Reference Specification Protocol Constants and Definitions
Documentation
1
2
3
4
5
6
7
8
9
10
//! UEFI Vendor Protocols
//!
//! Many vendor protocols are not part of the official specification. But we
//! still allow importing them here, so we have a central place to collect
//! them. Note that we separate them by vendor-name, which is not the best
//! name-space but should be acceptible.

pub mod intel {
    pub mod console_control;
}