Sign in
gbmc
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
drivers
/
gpu
/
drm
/
xe
/
xe_psmi.h
blob: b1dfba80d893dcd2de9c25bbc95d13f0ada52a70 [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2025 Intel Corporation
*/
#ifndef
_XE_PSMI_H_
#define
_XE_PSMI_H_
struct
xe_device
;
int
xe_psmi_init
(
struct
xe_device
*
xe
);
void
xe_psmi_debugfs_register
(
struct
xe_device
*
xe
);
#endif