/* * u_printer.h * * Utility definitions for the printer function * * Copyright (c) 2015 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Author: Andrzej Pietrasiewicz * * 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. */ #ifndef U_PRINTER_H #define U_PRINTER_H #include #define PNP_STRING_LEN 1024 struct f_printer_opts { struct usb_function_instance func_inst; int minor; char pnp_string[PNP_STRING_LEN]; unsigned q_len; /* * Protect the data from concurrent access by read/write * and create symlink/remove symlink */ struct mutex lock; int refcnt; }; #endif /* U_PRINTER_H */ et'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
s/befs/btree.h?id=586b6e274a41dc5756dd03f1f6a2a6199909d51a'>btree.h
ModeNameSize
it/log/kernel/cpu.c?h=nds-private-remove&id=39b3cfdd8814e0531a58cf074682d94066d75554&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines