From 823a760515e356dfef47c691d827d8ba795ce2a4 Mon Sep 17 00:00:00 2001 From: Sidath Senanayake Date: Wed, 29 Jun 2016 16:03:55 +0200 Subject: Mali Bifrost DDK r0p0 KMD Provenance: 6fe4d9f9a (collaborate/EAC/b_r0p0) BX304L01B-BU-00000-r0p0-06rel0 BX304L06A-BU-00000-r0p0-06rel0 Signed-off-by: Sidath Senanayake Change-Id: I128cfe0586d31f83f3158a7ab98fa40dca4b4349 --- mali_kbase/mali_kbase_debug_mem_view.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mali_kbase/mali_kbase_debug_mem_view.h (limited to 'mali_kbase/mali_kbase_debug_mem_view.h') diff --git a/mali_kbase/mali_kbase_debug_mem_view.h b/mali_kbase/mali_kbase_debug_mem_view.h new file mode 100644 index 0000000..20ab51a --- /dev/null +++ b/mali_kbase/mali_kbase_debug_mem_view.h @@ -0,0 +1,25 @@ +/* + * + * (C) COPYRIGHT 2013-2014 ARM Limited. All rights reserved. + * + * This program is free software and is provided to you under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation, and any use by you of this program is subject to the terms + * of such GNU licence. + * + * A copy of the licence is included with the program, and can also be obtained + * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + * + */ + + + +#ifndef _KBASE_DEBUG_MEM_VIEW_H +#define _KBASE_DEBUG_MEM_VIEW_H + +#include + +void kbase_debug_mem_view_init(struct file *kctx_file); + +#endif -- cgit v1.2.3