1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34//! Various UEFI device subsystems.
56pub mod crypto;
7pub mod diagnostics;
8pub mod event_log;
9pub mod generation_id;
10pub mod nvram;
11pub mod time;
12pub mod uefi_watchdog;