/* SPDX-License-Identifier: MIT */ /* * Copyright © 2023 Intel Corporation */ #ifndef _XE_GUC_RELAY_TYPES_H_ #define _XE_GUC_RELAY_TYPES_H_ #include <linux/mempool.h> #include <linux/spinlock.h> #include <linux/workqueue.h> /** * struct xe_guc_relay - Data used by the VF-PF Relay Communication over GuC. */ struct xe_guc_relay { … }; #endif