Changeset d1ca752 in mainline for uspace/drv/bus/usb/ohci/hc.c


Ignore:
Timestamp:
2012-03-05T20:19:25Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45f4f19
Parents:
38b950f
Message:

ohci: Remove deprecated endian conversion macros.

File:
1 edited

Legend:

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

    r38b950f rd1ca752  
    346346void hc_interrupt(hc_t *instance, uint32_t status)
    347347{
    348         status = ohci_reg2host(status);
     348        status = OHCI_RD(status);
    349349        assert(instance);
    350350        if ((status & ~I_SF) == 0) /* ignore sof status */
Note: See TracChangeset for help on using the changeset viewer.