]> Git Repo - linux.git/blob - drivers/gpu/drm/panfrost/panfrost_debugfs.h
net: wan: Add framer framework support
[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.033459 seconds and 4 git commands to generate.