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