Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  *   Copyright (C) 2018 Samsung Electronics Co., Ltd.
0004  */
0005 
0006 #ifndef __KSMBD_TRANSPORT_TCP_H__
0007 #define __KSMBD_TRANSPORT_TCP_H__
0008 
0009 int ksmbd_tcp_set_interfaces(char *ifc_list, int ifc_list_sz);
0010 int ksmbd_tcp_init(void);
0011 void ksmbd_tcp_destroy(void);
0012 
0013 #endif /* __KSMBD_TRANSPORT_TCP_H__ */