Changeset 3f03199 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2013-09-15T06:33:53Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9348862
Parents:
dd7078c (diff), 1c0cef0 (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.

Major conflicts in USB HC drivers.
Compiles and UHCI works (qemu).
OHCI has device remove problems.

File:
1 edited

Legend:

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

    rdd7078c r3f03199  
    3939#include <adt/list.h>
    4040#include <ddi.h>
     41#include <ddf/interrupt.h>
    4142
    4243#include <usb/usb.h>
     
    7374size_t hc_irq_pio_range_count(void);
    7475size_t hc_irq_cmd_count(void);
    75 int hc_get_irq_code(irq_pio_range_t [], size_t, irq_cmd_t [], size_t, uintptr_t,
    76     size_t);
     76int hc_get_irq_code(irq_pio_range_t [], size_t, irq_cmd_t [], size_t,
     77    addr_range_t *);
     78int hc_register_irq_handler(ddf_dev_t *, addr_range_t *, int,
     79    interrupt_handler_t);
    7780int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    78 int hc_init(hc_t *instance, uintptr_t regs, size_t reg_size, bool interrupts);
     81int hc_init(hc_t *instance, addr_range_t *regs, bool interrupts);
    7982
    8083/** Safely dispose host controller internal structures
Note: See TracChangeset for help on using the changeset viewer.