/* SPDX-License-Identifier: MIT */ /* * Copyright © 2022 Intel Corporation */ #ifndef _XE_REG_SR_TYPES_ #define _XE_REG_SR_TYPES_ #include <linux/types.h> #include <linux/xarray.h> #include "regs/xe_reg_defs.h" struct xe_reg_sr_entry { … }; struct xe_reg_sr { … }; #endif