mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
16 lines
240 B
C++
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;
|