4fefcead9220e1b5c1e3058066880ef3e0443ab3
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / t6xx / kbase / src / linux / mali_kbase_gpu_memory_debugfs.h
1 /*
2  *
3  * (C) COPYRIGHT ARM Limited. All rights reserved.
4  *
5  * This program is free software and is provided to you under the terms of the
6  * GNU General Public License version 2 as published by the Free Software
7  * Foundation, and any use by you of this program is subject to the terms
8  * of such GNU licence.
9  *
10  * A copy of the licence is included with the program, and can also be obtained
11  * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12  * Boston, MA  02110-1301, USA.
13  *
14  */
15
16
17
18
19
20 /**
21  * @file mali_kbase_gpu_memory_debugfs.h
22  * Header file for gpu_memory entry in debugfs
23  *
24  */
25
26 #ifndef _KBASE_GPU_MEMORY_H
27 #define _KBASE_GPU_MEMORY_H
28
29 #include <kbase/src/common/mali_kbase.h>
30 #include <linux/debugfs.h>
31 #include <linux/seq_file.h>
32
33 /**
34  * @brief Initialize gpu_memory debugfs entry
35  */
36 mali_error kbasep_gpu_memory_debugfs_init(kbase_device *kbdev);
37
38 /**
39  * @brief Terminate gpu_memory debugfs entry
40  */
41 void kbasep_gpu_memory_debugfs_term(kbase_device *kbdev);
42
43 #endif  /*_KBASE_GPU_MEMORY_H*/