/* SPDX-License-Identifier: GPL-2.0 */ /* * u_gether.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_GETHER_H #define U_GETHER_H #include <linux/usb/composite.h> struct f_gether_opts { … }; #endif /* U_GETHER_H */