Changeset 62d9827 in mainline for uspace/drv/uhci/root_hub/root_hub.c


Ignore:
Timestamp:
2011-01-29T07:54:54Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
816175a2
Parents:
86b39f7e
Message:

Switched to address hadling interface, instead of direct access.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/root_hub/root_hub.c

    r86b39f7e r62d9827  
    1212int uhci_root_hub_init( uhci_root_hub_t *hub, device_t *hc, void *addr )
    1313{
    14         assert( hub );
     14        assert(hub);
    1515
    1616        /* allow access to root hub registers */
Note: See TracChangeset for help on using the changeset viewer.