Changeset e1e4192 in mainline for uspace/lib/usb/include


Ignore:
Timestamp:
2012-06-03T20:45:58Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
90478727
Parents:
f7e69f5 (diff), 3123d2a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

Location:
uspace/lib/usb/include/usb
Files:
2 edited

Legend:

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

    rf7e69f5 re1e4192  
    3333 * Implementations of DDF interfaces functions.
    3434 */
     35
    3536#ifndef LIBUSB_DDFIFACE_H_
    3637#define LIBUSB_DDFIFACE_H_
     
    3940#include <usb_iface.h>
    4041
    41 int usb_iface_get_hc_handle_device_impl(ddf_fun_t *, devman_handle_t *);
    42 int usb_iface_get_my_address_forward_impl(ddf_fun_t *, usb_address_t *);
     42extern int usb_iface_get_hc_handle_device_impl(ddf_fun_t *, devman_handle_t *);
     43extern int usb_iface_get_my_address_forward_impl(ddf_fun_t *, usb_address_t *);
    4344extern usb_iface_t usb_iface_hub_impl;
    4445
    45 int usb_iface_get_my_address_from_device_data(ddf_fun_t *, usb_address_t *);
     46extern int usb_iface_get_my_address_from_device_data(ddf_fun_t *, usb_address_t *);
    4647extern usb_iface_t usb_iface_hub_child_impl;
    4748
    48 int usb_iface_get_hc_handle_hc_impl(ddf_fun_t *, devman_handle_t *);
     49extern int usb_iface_get_hc_handle_hc_impl(ddf_fun_t *, devman_handle_t *);
    4950
    5051#endif
     52
    5153/**
    5254 * @}
  • uspace/lib/usb/include/usb/debug.h

    rf7e69f5 re1e4192  
    8282/** Default log level. */
    8383#ifdef CONFIG_USB_VERBOSE
    84 define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG
     84        #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG
    8585#else
    86 define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO
     86        #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO
    8787#endif
    8888
Note: See TracChangeset for help on using the changeset viewer.