Changeset 3dd80f8 in mainline for uspace/drv/bus/usb/xhci/bus.h


Ignore:
Timestamp:
2018-01-24T20:45:40Z (6 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92a7b296
Parents:
4db49344
Message:

xhci: extern all the things!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/bus.h

    r4db49344 r3dd80f8  
    5252} xhci_bus_t;
    5353
    54 int xhci_bus_init(xhci_bus_t *, xhci_hc_t *);
    55 void xhci_bus_fini(xhci_bus_t *);
     54extern int xhci_bus_init(xhci_bus_t *, xhci_hc_t *);
     55extern void xhci_bus_fini(xhci_bus_t *);
    5656
    5757static inline xhci_bus_t *bus_to_xhci_bus(bus_t *bus_base)
Note: See TracChangeset for help on using the changeset viewer.