diff options
author | Juan Quintela <quintela@redhat.com> | 2009-09-23 01:19:00 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-25 19:51:45 +0000 |
commit | 86178a576b83e6687e8f67ed7de4255a5c30cf05 (patch) | |
tree | 2b5904df7cd31491006baf0d968f64bd927954a8 /hw/usb-bt.c | |
parent | 2b321d697b6bab67c4d0b69303eee2944805b4f7 (diff) |
static and inline should came before the type of the functions
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/usb-bt.c')
-rw-r--r-- | hw/usb-bt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-bt.c b/hw/usb-bt.c index 4c60d424fd..70fd4dd533 100644 --- a/hw/usb-bt.c +++ b/hw/usb-bt.c @@ -363,7 +363,7 @@ static inline int usb_bt_fifo_dequeue(struct usb_hci_in_fifo_s *fifo, return len; } -static void inline usb_bt_fifo_out_enqueue(struct USBBtState *s, +static inline void usb_bt_fifo_out_enqueue(struct USBBtState *s, struct usb_hci_out_fifo_s *fifo, void (*send)(struct HCIInfo *, const uint8_t *, int), int (*complete)(const uint8_t *, int), |