/* SPDX-License-Identifier: MIT */ /* * Copyright © 2023 Intel Corporation */ #ifndef _XE_PCI_TYPES_H_ #define _XE_PCI_TYPES_H_ #include <linux/types.h> struct xe_graphics_desc { … }; struct xe_media_desc { … }; struct gmdid_map { … }; #endif
/* SPDX-License-Identifier: MIT */ /* * Copyright © 2023 Intel Corporation */ #ifndef _XE_PCI_TYPES_H_ #define _XE_PCI_TYPES_H_ #include <linux/types.h> struct xe_graphics_desc { … }; struct xe_media_desc { … }; struct gmdid_map { … }; #endif