import OT_8063_20170412 mali driver
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / gpu / mt8127 / mali / mali / common / mali_mem_validation.h
CommitLineData
6fa3eb70
S
1/*
2 * This confidential and proprietary software may be used only as
3 * authorised by a licensing agreement from ARM Limited
bdc132d7 4 * (C) COPYRIGHT 2011-2013, 2015 ARM Limited
6fa3eb70
S
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__ */