Changeset 58563585 in mainline for uspace/lib/usb/include/usb/dev.h


Ignore:
Timestamp:
2016-08-31T11:15:39Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10cb47e
Parents:
7a67416
Message:

code review and cstyle cleanup (no change in functionality)

File:
1 edited

Legend:

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

    r7a67416 r58563585  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28
    2829/** @addtogroup libusb
    2930 * @{
    3031 */
     32
    3133/** @file
    3234 * Common USB types and functions.
    3335 */
     36
    3437#ifndef LIBUSB_DEV_H_
    3538#define LIBUSB_DEV_H_
     
    3740#include <devman.h>
    3841
    39 int usb_resolve_device_handle(const char *, devman_handle_t *);
     42extern int usb_resolve_device_handle(const char *, devman_handle_t *);
     43
    4044#endif
     45
    4146/**
    4247 * @}
Note: See TracChangeset for help on using the changeset viewer.