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