mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Add cmake flags to provide path to headers to drm / i915 /i915 prelim / xe Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
18 lines
275 B
C++
18 lines
275 B
C++
/*
|
|
* Copyright (C) 2022-2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <linux/types.h>
|
|
#include <sys/ioctl.h>
|
|
namespace NEO {
|
|
namespace PrelimI915 {
|
|
#include "i915_drm_prelim.h"
|
|
}
|
|
} // namespace NEO
|
|
using namespace NEO::PrelimI915;
|