rockchip: mali400: update to R4P1-01REL0
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / mali400 / mali / common / mali_mem_validation.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 2011-2014 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 #ifndef __MALI_MEM_VALIDATION_H__
12 #define __MALI_MEM_VALIDATION_H__
13
14 #include "mali_osk.h"
15
16 _mali_osk_errcode_t mali_mem_validation_add_range(u32 start, u32 size);
17 _mali_osk_errcode_t mali_mem_validation_check(u32 phys_addr, u32 size);
18
19 #endif /* __MALI_MEM_VALIDATION_H__ */