Ignore:
Timestamp:
2018-07-05T09:32:27Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
984a9ba
Parents:
5e904dd
Message:

coding style improvements (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/ddf_helpers.h

    r5e904dd r76f566d  
    4646
    4747
    48 errno_t hcd_ddf_setup_hc(ddf_dev_t *, size_t);
    49 void hcd_ddf_clean_hc(hc_device_t *);
     48extern errno_t hcd_ddf_setup_hc(ddf_dev_t *, size_t);
     49extern void hcd_ddf_clean_hc(hc_device_t *);
    5050
     51extern device_t *hcd_ddf_fun_create(hc_device_t *, usb_speed_t);
     52extern void hcd_ddf_fun_destroy(device_t *);
    5153
    52 device_t *hcd_ddf_fun_create(hc_device_t *, usb_speed_t);
    53 void hcd_ddf_fun_destroy(device_t *);
     54extern errno_t hcd_ddf_setup_match_ids(device_t *,
     55    usb_standard_device_descriptor_t *);
    5456
    55 errno_t hcd_ddf_setup_match_ids(device_t *, usb_standard_device_descriptor_t *);
    56 
    57 errno_t hcd_ddf_enable_interrupt(hc_device_t *hcd, int);
    58 errno_t hcd_ddf_get_registers(hc_device_t *hcd, hw_res_list_parsed_t *hw_res);
    59 
    60 void hcd_ddf_gen_irq_handler(cap_call_handle_t icall_handle, ipc_call_t *call, ddf_dev_t *dev);
     57extern errno_t hcd_ddf_enable_interrupt(hc_device_t *, int);
     58extern errno_t hcd_ddf_get_registers(hc_device_t *, hw_res_list_parsed_t *);
    6159
    6260#endif
Note: See TracChangeset for help on using the changeset viewer.