blob: 2997de0c90b268832f842c6320ec96bb4e2e27b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2024 Intel Corporation
*/
#ifndef _XE_PXP_DEBUGFS_H_
#define _XE_PXP_DEBUGFS_H_
struct xe_pxp;
void xe_pxp_debugfs_register(struct xe_pxp *pxp);
#endif /* _XE_PXP_DEBUGFS_H_ */
|