]> Git Repo - linux.git/blob - drivers/gpu/drm/msm/msm_debugfs.h
Merge tag 'gvt-fixes-2020-09-17' of https://github.com/intel/gvt-linux into drm-intel...
[linux.git] / drivers / gpu / drm / msm / msm_debugfs.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2016 Red Hat
4  * Author: Rob Clark <[email protected]>
5  */
6
7 #ifndef __MSM_DEBUGFS_H__
8 #define __MSM_DEBUGFS_H__
9
10 #ifdef CONFIG_DEBUG_FS
11 void msm_debugfs_init(struct drm_minor *minor);
12 #endif
13
14 #endif /* __MSM_DEBUGFS_H__ */
This page took 0.032427 seconds and 4 git commands to generate.