firmware_uefi/platform/
mod.rs

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4//! Platform interfaces required by the UEFI device.
5
6pub mod logger;
7pub mod nvram;