summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'omap5/sgx_src/eurasia_km/services4/srvkm/env/linux/gc_bvmapping.h')
-rw-r--r--omap5/sgx_src/eurasia_km/services4/srvkm/env/linux/gc_bvmapping.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/omap5/sgx_src/eurasia_km/services4/srvkm/env/linux/gc_bvmapping.h b/omap5/sgx_src/eurasia_km/services4/srvkm/env/linux/gc_bvmapping.h
deleted file mode 100644
index 6a3a2b1..0000000
--- a/omap5/sgx_src/eurasia_km/services4/srvkm/env/linux/gc_bvmapping.h
+++ /dev/null
@@ -1,27 +0,0 @@
1/*
2 * Copyright (C) 2011 Texas Instruments, Inc
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published by
6 * the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * You should have received a copy of the GNU General Public License along with
14 * this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#ifndef GC_BVMAPPING_H
17#define GC_BVMAPPING_H
18
19#include "services_headers.h"
20
21void gc_bvunmap_meminfo(PVRSRV_KERNEL_MEM_INFO *psMemInfo);
22
23void gc_bvmap_meminfo(PVRSRV_KERNEL_MEM_INFO *psMemInfo);
24
25IMG_VOID *gc_meminfo_to_hndl(PVRSRV_KERNEL_MEM_INFO *psMemInfo);
26
27#endif