blob: 55d179c44634a5e801bdc1df00407eead8a01d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2025 Intel Corporation
*/
#ifndef _XE_TILE_SRIOV_PF_DEBUGFS_H_
#define _XE_TILE_SRIOV_PF_DEBUGFS_H_
struct dentry;
struct xe_tile;
void xe_tile_sriov_pf_debugfs_populate(struct xe_tile *tile, struct dentry *parent,
unsigned int vfid);
#endif
|