compute-runtime/shared/source/os_interface/linux/i915_upstream.h

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;