Changeset 5a6cc679 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2018-01-31T02:21:24Z (7 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0a9cc2
Parents:
132ab5d1
Message:

Merge commit '50f19b7ee8e94570b5c63896736c4eb49cfa18db' into forwardport

Not all ints are converted to errno_t in xhci tree yet, however it compiles and works :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/hc.h

    r132ab5d1 r5a6cc679  
    8989}
    9090
    91 extern int hc_add(hc_device_t *, const hw_res_list_parsed_t *);
    92 extern int hc_gen_irq_code(irq_code_t *, hc_device_t *, const hw_res_list_parsed_t *, int *);
    93 extern int hc_gain_control(hc_device_t *);
    94 extern int hc_start(hc_device_t *);
    95 extern int hc_setup_roothub(hc_device_t *);
    96 extern int hc_gone(hc_device_t *);
     91extern errno_t hc_add(hc_device_t *, const hw_res_list_parsed_t *);
     92extern errno_t hc_gen_irq_code(irq_code_t *, hc_device_t *, const hw_res_list_parsed_t *, int *);
     93extern errno_t hc_gain_control(hc_device_t *);
     94extern errno_t hc_start(hc_device_t *);
     95extern errno_t hc_setup_roothub(hc_device_t *);
     96extern errno_t hc_gone(hc_device_t *);
    9797
    9898extern void hc_enqueue_endpoint(hc_t *, const endpoint_t *);
    9999extern void hc_dequeue_endpoint(hc_t *, const endpoint_t *);
    100100
    101 extern int ohci_hc_schedule(usb_transfer_batch_t *);
    102 extern int ohci_hc_status(bus_t *, uint32_t *);
     101extern errno_t ohci_hc_schedule(usb_transfer_batch_t *);
     102extern errno_t ohci_hc_status(bus_t *, uint32_t *);
    103103extern void ohci_hc_interrupt(bus_t *, uint32_t);
    104104
Note: See TracChangeset for help on using the changeset viewer.