mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
13 lines
384 B
C
13 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 */
|