Create wrappers for different version of i915 headers

Related-To: NEO-6852
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-07-15 13:12:14 +02:00
committed by Compute-Runtime-Automation
parent 56a264a33d
commit 78c96db2fa
39 changed files with 120 additions and 85 deletions

View File

@@ -0,0 +1,13 @@
/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
namespace NEO {
namespace UpstreamI915 {
#include "third_party/uapi/drm/i915_drm.h"
}
} // namespace NEO
using namespace NEO::UpstreamI915;