2022-07-15 19:12:14 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2022 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-08-24 22:41:13 +08:00
|
|
|
#pragma once
|
|
|
|
|
2022-07-15 19:12:14 +08:00
|
|
|
namespace NEO {
|
|
|
|
namespace UpstreamI915 {
|
|
|
|
#include "third_party/uapi/drm/i915_drm.h"
|
|
|
|
}
|
|
|
|
} // namespace NEO
|
|
|
|
using namespace NEO::UpstreamI915;
|