staging: wilc1000: remove wilc_strutils.c and wilc_strutils.h
[deliverable/linux.git] / drivers / staging / wilc1000 / wilc_oswrapper.h
CommitLineData
c5c77ba1
JK
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
c5c77ba1
JK
16/* Os Configuration File */
17#include "wilc_osconfig.h"
c5c77ba1 18#include "wilc_platform.h"
c5c77ba1
JK
19
20/* Logging Functions */
21#include "wilc_log.h"
22
23/* Error reporting and handling support */
24#include "wilc_errorsupport.h"
25
c5c77ba1 26/* Sleep support */
c5c77ba1 27#include "wilc_sleep.h"
c5c77ba1
JK
28
29/* Timer support */
c5c77ba1 30#include "wilc_timer.h"
c5c77ba1
JK
31
32/* Memory support */
c5c77ba1 33#include "wilc_memory.h"
c5c77ba1 34
c5c77ba1
JK
35
36/* Message Queue */
c5c77ba1 37#include "wilc_msgqueue.h"
c5c77ba1 38
c5c77ba1 39#endif
This page took 0.059645 seconds and 5 git commands to generate.