mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
21 lines
304 B
C++
21 lines
304 B
C++
/*
|
|
* Copyright (C) 2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#ifndef _XE_DRM_PRELIM_H_
|
|
#include <linux/types.h>
|
|
#include <sys/ioctl.h>
|
|
namespace NEO {
|
|
namespace XeDrmPrelim {
|
|
#include "xe_drm_prelim.h"
|
|
}
|
|
} // namespace NEO
|
|
using namespace NEO::XeDrmPrelim;
|
|
|
|
#endif
|