aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigsimulator.h
blob: 5e01f8e4a41dac49f863089aac4582dfbb5483d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*!
 *  @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