Files
compute-runtime/shared/source/os_interface/linux/i915_upstream.h
Mateusz Jablonski 78c96db2fa Create wrappers for different version of i915 headers
Related-To: NEO-6852
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2022-07-18 10:15:44 +02:00

14 lines
226 B
C++

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