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

/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef _XE_PLATFORM_INFO_TYPES_H_
#define _XE_PLATFORM_INFO_TYPES_H_

/*
 * Keep this in graphics version based order and chronological order within a
 * version
 */
enum xe_platform {};

enum xe_subplatform {};

#endif