Changeset da2f1c9e in mainline for uspace/lib/usb/include/usb/hc.h


Ignore:
Timestamp:
2011-12-14T22:17:56Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e3742f9
Parents:
66ee26a
Message:

lilbusb: Add function to clean usb_hc_connection and scream if it needs to do some cleanup.

The warning means that you are missing one of the call to close connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/hc.h

    r66ee26a rda2f1c9e  
    8080    const ddf_dev_t *);
    8181
     82void usb_hc_connection_deinitialize(usb_hc_connection_t *);
     83
    8284int usb_hc_connection_open(usb_hc_connection_t *);
    8385int usb_hc_connection_close(usb_hc_connection_t *);
Note: See TracChangeset for help on using the changeset viewer.