Gerd Hoffmann b3e5759e09 usb-musb: uninline functions
Prototype without "inline" keyword breaks the build with some gcc
versions.  Noticed by Alexander Graf.

Fix this by removing the inline keywork everywhere.  Some functions
can't be inlined anyway as the are referenced using function pointers.
Beside that gcc does a pretty good job on auto-inlining these days.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2011-05-09 10:02:44 +02:00
2011-04-03 21:42:57 +02:00
2011-04-27 08:24:37 -07:00
2011-05-09 10:02:44 +02:00
2011-05-03 10:48:40 +02:00
2011-05-03 15:35:48 +02:00
2011-04-16 12:24:28 +01:00
2011-04-08 13:03:34 -06:00
2011-04-27 08:24:37 -07:00
2011-03-22 08:39:12 -05:00
2011-05-08 16:55:24 +00:00
2011-03-16 17:11:07 -03:00
2011-04-15 20:14:52 +00:00
2011-04-09 10:56:17 +01:00
2011-04-04 10:26:54 +02:00
2011-03-16 17:11:07 -03:00
2011-05-08 16:55:24 +00:00
2011-05-03 11:29:21 +02:00
2011-04-25 23:10:04 +02:00
2011-04-27 13:30:18 +02:00
2011-03-22 08:39:12 -05:00
2011-04-03 21:42:57 +02:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%