]> Git Repo - J-linux.git/blob - drivers/gpu/drm/panfrost/panfrost_debugfs.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / drivers / gpu / drm / panfrost / panfrost_debugfs.h
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 */
This page took 0.027338 seconds and 4 git commands to generate.