commit | 74d484669784836c83f23f80ee21a44e9fbf4d59 | [log] [tgz] |
---|---|---|
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | Thu May 08 14:06:21 2014 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Wed May 14 09:37:27 2014 -0500 |
tree | 64e4c7d73805d82294c92fcfae9b0a6b0dabec91 | |
parent | 10f0577aa5cb03c81cf6ddc2ff7de1b6d6152d0b [diff] |
usb: gadget: FunctionFS: share VLA macros with all usb gadget files Variable Length Array macros allow portable (compilable with both gcc and clang) way of allocating a number of structures using a single memory chunk. They can be useful for files other than f_fs.c, so move them to a header file. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Acked-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Felipe Balbi <balbi@ti.com>