blob: 0e5f724de37f07ff0cb3933171dbece44a954784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2025 Intel Corporation
*/
#ifndef _XE_TILE_DEBUGFS_H_
#define _XE_TILE_DEBUGFS_H_
struct xe_tile;
void xe_tile_debugfs_register(struct xe_tile *tile);
#endif
|