1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2020-2023 Intel Corporation
6 #ifndef __IVPU_DEBUGFS_H__
7 #define __IVPU_DEBUGFS_H__
11 #if defined(CONFIG_DEBUG_FS)
12 void ivpu_debugfs_init(struct ivpu_device
*vdev
);
14 static inline void ivpu_debugfs_init(struct ivpu_device
*vdev
) { }
17 #endif /* __IVPU_DEBUGFS_H__ */