| * Utility definitions for the ecm function |
| * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
| * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| #include <linux/usb/composite.h> |
| struct usb_function_instance func_inst; |
| * Read/write access to configfs attributes is handled by configfs. |
| * This is to protect the data from concurrent access by read/write |
| * and create symlink/remove symlink. |