Ignore:
Timestamp:
2012-06-29T15:31:44Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9432f08
Parents:
34ab31c (diff), 0bbd13e (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.

File:
1 edited

Legend:

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

    r34ab31c re6a78b9  
    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 * @}
Note: See TracChangeset for help on using the changeset viewer.