1 /* SPDX-License-Identifier: MIT */ 2 /* 3 * Copyright © 2023 Intel Corporation 4 */ 5 6 #include <linux/types.h> 7 8 /* Module modprobe variables */ 9 extern bool enable_guc; 10 extern bool enable_display; 11 extern u32 xe_force_vram_bar_size; 12 extern int xe_guc_log_level; 13 extern char *xe_param_force_probe; 14