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