1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34//! CXL topology types.
56/// 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;