Initial commit
[kernel/linux-3.0.git] / drivers / gpu / vithar / osk / src / common / mali_osk_compile_asserts.h
1 /*
2  *
3  * (C) COPYRIGHT 2011 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 /**
16  * @file osk/src/common/mali_osk_compile_asserts.h
17  *
18  * Private definitions of compile time asserts.
19  **/
20
21 /**
22  * Unreachable function needed to check values at compile-time, in both debug
23  * and release builds
24  */
25 void oskp_cmn_compile_time_assertions(void);
26