Files
compute-runtime/shared/source/os_interface/linux/i915_upstream.h
Mateusz Jablonski e934a449db Add missing pragmas once
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2022-08-25 09:46:44 +02:00

16 lines
240 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
namespace UpstreamI915 {
#include "third_party/uapi/drm/i915_drm.h"
}
} // namespace NEO
using namespace NEO::UpstreamI915;