mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 14:33:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
56a264a33d
commit
78c96db2fa
13
shared/source/os_interface/linux/i915_upstream.h
Normal file
13
shared/source/os_interface/linux/i915_upstream.h
Normal 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;
|
||||
Reference in New Issue
Block a user