alistair23-linux/drivers/staging/wilc1000/coreconfigsimulator.h
Sunghoon Cho 3f5309725e staging: wilc1000: remove the warnings on prohibited spaces.
Remove space prohibited between function name and open parenthesis.

Signed-off-by: Sunghoon Cho <ywhsbliss@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-15 21:50:23 -07:00

18 lines
289 B
C

/*!
* @file coreconfigsimulator.h
* @brief
* @author
* @sa coreconfigsimulator.c
* @date 1 Mar 2012
* @version 1.0
*/
#ifndef CORECONFIGSIMULATOR_H
#define CORECONFIGSIMULATOR_H
extern s32 CoreConfigSimulatorInit(void);
extern s32 CoreConfigSimulatorDeInit(void);
#endif