Linux-6.18.2/drivers/gpu/drm/xe/xe_tile_debugfs.h
2025-12-23 20:06:59 +08:00

14 lines
217 B
C

/* 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