14 lines
384 B
C
14 lines
384 B
C
|
/****************************************************************************
|
||
|
*
|
||
|
* Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
|
||
|
#ifndef __KIC_H
|
||
|
#define __KIC_H
|
||
|
|
||
|
int wifi_kic_register(struct slsi_dev *sdev);
|
||
|
void wifi_kic_unregister(void);
|
||
|
|
||
|
#endif /* #ifndef __KIC_H */
|