13 lines
384 B
C
Executable file
13 lines
384 B
C
Executable file
/****************************************************************************
|
|
*
|
|
* 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 */
|