/* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright(c) 2024-2025 Intel Corporation. */ #ifndef __CXL_FEATURES_H__ #define __CXL_FEATURES_H__ /* Feature commands capability supported by a device */ enum cxl_features_capability { CXL_FEATURES_NONE = 0, CXL_FEATURES_RO, CXL_FEATURES_RW, }; #endif