Initial commit
[kernel/linux-3.0.git] / drivers / media / video / samsung / mali_r2p3 / linux / mali_osk_specific.h
1 /*
2  * Copyright (C) 2010 ARM Limited. All rights reserved.
3  * 
4  * This program is free software and is provided to you under the terms of the GNU General Public License version 2
5  * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
6  * 
7  * A copy of the licence is included with the program, and can also be obtained from Free Software
8  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
9  */
10
11 /**
12  * @file mali_osk_specific.h
13  * Defines per-OS Kernel level specifics, such as unusual workarounds for
14  * certain OSs.
15  */
16
17 #ifndef __MALI_OSK_SPECIFIC_H__
18 #define __MALI_OSK_SPECIFIC_H__
19
20 #ifdef __cplusplus
21 extern "C"
22 {
23 #endif
24
25 #define MALI_STATIC_INLINE     static inline
26 #define MALI_NON_STATIC_INLINE inline
27
28 #ifdef __cplusplus
29 }
30 #endif
31
32 #endif /* __MALI_OSK_SPECIFIC_H__ */