1 // SPDX-License-Identifier: GPL-2.0
5 * Utility definitions for the subset function
7 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
8 * http://www.samsung.com
16 #include <linux/usb/composite.h>
19 struct usb_function_instance func_inst;
21 const char *manufacturer;
22 struct net_device *net;
26 struct config_group *rndis_interf_group;
27 struct usb_os_desc rndis_os_desc;
28 char rndis_ext_compat_id[16];
35 * Read/write access to configfs attributes is handled by configfs.
37 * This is to protect the data from concurrent access by read/write
38 * and create symlink/remove symlink.
44 void rndis_borrow_net(struct usb_function_instance *f, struct net_device *net);
46 #endif /* U_RNDIS_H */