Merge remote-tracking branch 'origin/develop-3.10' into develop-3.10-next
[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-2013 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 #if MALI_LICENSE_IS_GPL
25 /* Defined in mali_osk_irq.h */
26 extern struct workqueue_struct * mali_wq_normal;
27 #endif
28
29 #ifdef __cplusplus
30 }
31 #endif
32
33 #endif /* __MALI_KERNEL_LINUX_H__ */