/* SPDX-License-Identifier: MIT */ /* * Copyright © 2023 Intel Corporation */ #ifndef _XE_MODULE_H_ #define _XE_MODULE_H_ #include <linux/types.h> /* Module modprobe variables */ struct xe_modparam { … }; extern struct xe_modparam xe_modparam; #endif