/* SPDX-License-Identifier: MIT */ /* * Copyright © 2022 Intel Corporation */ #ifndef _XE_WOPCM_TYPES_H_ #define _XE_WOPCM_TYPES_H_ #include <linux/types.h> /** * struct xe_wopcm - Overall WOPCM info and WOPCM regions. */ struct xe_wopcm { … }; #endif