summaryrefslogtreecommitdiffstats
path: root/vendor/r-efi/src/vendor.rs
blob: d931b8fc316c756e2cd6d670f9534ace1c29502e (plain)
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;
}