Skip to main content

vm_topology/
cxl.rs

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4//! CXL topology types.
5
6/// CFMWS window restrictions bitfield.
7///
8/// Re-exported from `cxl_spec` so existing `vm_topology::cxl` users remain
9/// source-compatible.
10pub use cxl_spec::CfmwsWindowRestrictions;