1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright 2023 Collabora ltd.
4 * Copyright 2023 Amazon.com, Inc. or its affiliates.
7 #ifndef PANFROST_DEBUGFS_H
8 #define PANFROST_DEBUGFS_H
10 #ifdef CONFIG_DEBUG_FS
11 void panfrost_debugfs_init(struct drm_minor *minor);
14 #endif /* PANFROST_DEBUGFS_H */