import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / ump / linux / ump_kernel_memory_backend_os.h
1 /*
2 * This confidential and proprietary software may be used only as
3 * authorised by a licensing agreement from ARM Limited
4 * (C) COPYRIGHT 2008-2010 ARM Limited
5 * ALL RIGHTS RESERVED
6 * The entire notice above must be reproduced on all authorised
7 * copies and copies may only be made to the extent permitted
8 * by a licensing agreement from ARM Limited.
9 */
10
11 /**
12 * @file ump_kernel_memory_backend_os.h
13 */
14
15 #ifndef __UMP_KERNEL_MEMORY_BACKEND_OS_H__
16 #define __UMP_KERNEL_MEMORY_BACKEND_OS_H__
17
18 #include "ump_kernel_memory_backend.h"
19
20 ump_memory_backend * ump_os_memory_backend_create(const int max_allocation);
21
22 #endif /* __UMP_KERNEL_MEMORY_BACKEND_OS_H__ */
23