alistair23-linux/drivers/staging/wilc1000/wilc_osconfig.h
Arnd Bergmann d074f29390 staging: wilc1000: remove unused OS abstraction features
All the remaining features from the OS abstraction layer
are not used at all in the driver, so we can just remove
the remaining references to them.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-02 13:46:05 +09:00

10 lines
289 B
C

/* Logs options */
#define WILC_LOGS_NOTHING 0
#define WILC_LOGS_WARN 1
#define WILC_LOGS_WARN_INFO 2
#define WILC_LOGS_WARN_INFO_DBG 3
#define WILC_LOGS_WARN_INFO_DBG_FN 4
#define WILC_LOGS_ALL 5
#define WILC_LOG_VERBOSITY_LEVEL WILC_LOGS_ALL