mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
12 lines
218 B
C++
12 lines
218 B
C++
/*
|
|
* Copyright (C) 2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "third_party/uapi-eudebug/drm/xe_drm.h"
|
|
|
|
constexpr const char *sysFsXeEuDebugFile = "/device/enable_eudebug"; |