1// Copyright (c) Microsoft Corporation. 2// Licensed under the MIT License. 3 4//! Resource definitions for Hyper-V ICs. 5 6#![forbid(unsafe_code)] 7 8pub mod kvp; 9pub mod shutdown; 10pub mod timesync;