alistair23-linux/drivers/staging/wilc1000/wilc_oswrapper.h
Greg Kroah-Hartman 2b5f12eac0 staging: wilc1000: delete wilc_osconfig.h
This .h file isn't needed at all, so delete it, and the one line that
added it to the build.

Cc: Johnny Kim <johnny.kim@atmel.com>
Cc: Rachel Kim <rachel.kim@atmel.com>
Cc: Dean Lee <dean.lee@atmel.com>
Cc: Chris Park <chris.park@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-17 11:20:57 -07:00

30 lines
573 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_platform.h"
/* Error reporting and handling support */
#include "wilc_errorsupport.h"
/* Memory support */
#include "wilc_memory.h"
/* Message Queue */
#include "wilc_msgqueue.h"
#endif