Sign in
android-kvm
/
linux
/
928a87efa42302a23bb9554be081a28058495f22
/
.
/
drivers
/
gpu
/
drm
/
xe
/
xe_debugfs.h
blob: 715b8e2e0bd9bf16b7f27d31bb2063f713714867 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2022 Intel Corporation
*/
#ifndef
_XE_DEBUGFS_H_
#define
_XE_DEBUGFS_H_
struct
xe_device
;
void
xe_debugfs_register
(
struct
xe_device
*
xe
);
#endif