mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
This reverts commit 2809462660ed3f0dec01ce148c307e6d347e17bf. Signed-off-by: Szymon Morek <szymon.morek@intel.com>
15 lines
260 B
C++
15 lines
260 B
C++
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace DRM_TIP {
|
|
#undef DRM_IOCTL_I915_GEM_CREATE_EXT
|
|
#undef __I915_EXEC_UNKNOWN_FLAGS
|
|
#include "third_party/uapi/drm_tip/i915_drm.h"
|
|
} // namespace DRM_TIP
|