/* SPDX-License-Identifier: GPL-2.0 */ /* * u_rndis.h * * Utility definitions for the subset function * * Copyright (c) 2013 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Author: Andrzej Pietrasiewicz <[email protected]> */ #ifndef U_RNDIS_H #define U_RNDIS_H #include <linux/usb/composite.h> struct f_rndis_opts { … }; void rndis_borrow_net(struct usb_function_instance *f, struct net_device *net); #endif /* U_RNDIS_H */