Changeset 1256a0a in mainline for uspace/drv/uhci-rhd/root_hub.h


Ignore:
Timestamp:
2011-02-01T00:08:46Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
993a1e1
Parents:
37ac7bb
Message:

uhci-rhd - UHCI Root hub drier as a separated process

this wil deffinitely need a lot of polishing

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/root_hub.h

    r37ac7bb r1256a0a  
    4646typedef struct root_hub {
    4747        uhci_port_t ports[UHCI_ROOT_HUB_PORT_COUNT];
    48         fid_t checker[UHCI_ROOT_HUB_PORT_COUNT];
     48        devman_handle_t hc_handle;
    4949} uhci_root_hub_t;
    5050
    5151int uhci_root_hub_init(
    52   uhci_root_hub_t *instance, device_t *device, void *addr);
     52  uhci_root_hub_t *instance, void *addr, size_t size, device_t *rh);
    5353
    5454int uhci_root_hub_fini(uhci_root_hub_t* instance);
Note: See TracChangeset for help on using the changeset viewer.