Sign in
android-kvm
/
linux
/
203a6763ab699da0568fd2b76303d03bb121abd4
/
.
/
drivers
/
gpu
/
drm
/
xe
/
xe_device_sysfs.h
blob: 38b240684beeacb92e0ca097c50d142b03c95e03 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef
_XE_DEVICE_SYSFS_H_
#define
_XE_DEVICE_SYSFS_H_
struct
xe_device
;
void
xe_device_sysfs_init
(
struct
xe_device
*
xe
);
#endif