intel_pstate: fix PCT_TO_HWP macro
[cascardo/linux.git] / drivers / staging / wilc1000 / wilc_oswrapper.h
1 #ifndef __WILC_OSWRAPPER_H__
2 #define __WILC_OSWRAPPER_H__
3
4 /*!
5  *  @file       wilc_oswrapper.h
6  *  @brief      Top level OS Wrapper, include this file and it will include all
7  *              other files as necessary
8  *  @author     syounan
9  *  @date       10 Aug 2010
10  *  @version    1.0
11  */
12
13 /* OS Wrapper interface version */
14 #define WILC_OSW_INTERFACE_VER 2
15
16 /* Os Configuration File */
17 #include "wilc_osconfig.h"
18 #include "wilc_platform.h"
19
20 /* Logging Functions */
21 #include "wilc_log.h"
22
23 /* Error reporting and handling support */
24 #include "wilc_errorsupport.h"
25
26 /* Sleep support */
27 #include "wilc_sleep.h"
28
29 /* Timer support */
30 #include "wilc_timer.h"
31
32 /* Memory support */
33 #include "wilc_memory.h"
34
35 /* String Utilities */
36 #include "wilc_strutils.h"
37
38 /* Message Queue */
39 #include "wilc_msgqueue.h"
40
41 #endif