Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / accel / ivpu / ivpu_debugfs.h
blob49ae9ea782878c85afb6b546048c11bd096f2089
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2020-2023 Intel Corporation
4 */
6 #ifndef __IVPU_DEBUGFS_H__
7 #define __IVPU_DEBUGFS_H__
9 struct ivpu_device;
11 #if defined(CONFIG_DEBUG_FS)
12 void ivpu_debugfs_init(struct ivpu_device *vdev);
13 #else
14 static inline void ivpu_debugfs_init(struct ivpu_device *vdev) { }
15 #endif
17 #endif /* __IVPU_DEBUGFS_H__ */