drivers/tty: make pty.c slightly more explicitly non-modular
[firefly-linux-kernel-4.4.55.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_platform.h"
18
19 /* Error reporting and handling support */
20 #include "wilc_errorsupport.h"
21
22 /* Memory support */
23 #include "wilc_memory.h"
24
25
26 /* Message Queue */
27 #include "wilc_msgqueue.h"
28
29 #endif