/* SPDX-License-Identifier: GPL-2.0 */ /* * u_eem.h * * Utility definitions for the eem function * * Copyright (c) 2013 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Author: Andrzej Pietrasiewicz <[email protected]> */ #ifndef U_EEM_H #define U_EEM_H #include <linux/usb/composite.h> struct f_eem_opts { … }; #endif /* U_EEM_H */