linux/drivers/gpu/drm/xe/xe_pci_types.h

/* 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