Merge tag 'lsk-v3.10-android-14.11'
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / mali400 / mali / linux / mali_kernel_linux.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-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_KERNEL_LINUX_H__
12 #define __MALI_KERNEL_LINUX_H__
13
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17
18 #include <linux/cdev.h>     /* character device definitions */
19 #include "mali_kernel_license.h"
20 #include "mali_osk_types.h"
21
22 extern struct platform_device *mali_platform_device;
23
24 #ifdef __cplusplus
25 }
26 #endif
27
28 #endif /* __MALI_KERNEL_LINUX_H__ */