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

21 lines
285 B
C++

/*
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#ifndef _I915_DRM_H_
#include <linux/types.h>
#include <sys/ioctl.h>
namespace NEO {
namespace I915 {
#include "i915_drm.h"
}
} // namespace NEO
using namespace NEO::I915;
#endif