alistair23-linux/drivers/staging/wilc1000/wilc_oswrapper.h
Dean Lee 576917ad24 staging: wilc1000: change WILC_Char to char
change own data type(WILC_Char) to common data type(char)

Signed-off-by: Dean Lee <dean.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-15 21:50:22 -07:00

42 lines
787 B
C

#ifndef __WILC_OSWRAPPER_H__
#define __WILC_OSWRAPPER_H__
/*!
* @file wilc_oswrapper.h
* @brief Top level OS Wrapper, include this file and it will include all
* other files as necessary
* @author syounan
* @date 10 Aug 2010
* @version 1.0
*/
/* OS Wrapper interface version */
#define WILC_OSW_INTERFACE_VER 2
/* Os Configuration File */
#include "wilc_osconfig.h"
#include "wilc_platform.h"
/* Logging Functions */
#include "wilc_log.h"
/* Error reporting and handling support */
#include "wilc_errorsupport.h"
/* Sleep support */
#include "wilc_sleep.h"
/* Timer support */
#include "wilc_timer.h"
/* Memory support */
#include "wilc_memory.h"
/* String Utilities */
#include "wilc_strutils.h"
/* Message Queue */
#include "wilc_msgqueue.h"
#endif