Initial commit
[kernel/linux-3.0.git] / drivers / gpu / vithar_rev0 / osk / mali_osk.h
1 /*
2  *
3  * (C) COPYRIGHT 2010-2012 ARM Limited. All rights reserved.
4  *
5  * This program is free software and is provided to you under the terms of the GNU General Public License version 2
6  * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
7  * 
8  * A copy of the licence is included with the program, and can also be obtained from Free Software
9  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
10  * 
11  */
12
13
14
15 #ifndef _OSK_H_
16 #define _OSK_H_
17
18 /**
19  * @addtogroup base_api
20  * @{
21  */
22
23 /**
24  * @defgroup base_osk_api Kernel-side OSK APIs
25  */
26
27 /** @} */ /* end group base_api */
28
29 #include "include/mali_osk_types.h"
30 #include "include/mali_osk_debug.h"
31 #if (1== MALI_BASE_TRACK_MEMLEAK)
32 #include "include/mali_osk_failure.h"
33 #endif
34 #include "include/mali_osk_math.h"
35 #include "include/mali_osk_lists.h"
36 #include "include/mali_osk_lock_order.h"
37 #include "include/mali_osk_locks.h"
38 #include "include/mali_osk_atomics.h"
39 #include "include/mali_osk_timers.h"
40 #include "include/mali_osk_time.h"
41 #include "include/mali_osk_bitops.h"
42 #include "include/mali_osk_workq.h"
43 #include "include/mali_osk_mem.h"
44 #include "include/mali_osk_low_level_mem.h"
45 #include "include/mali_osk_waitq.h"
46 #include "include/mali_osk_power.h"
47 #include "include/mali_osk_credentials.h"
48
49 #endif /* _OSK_H_ */