Changeset 643e7ba in mainline


Ignore:
Timestamp:
2013-12-31T06:26:49Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75d8821
Parents:
ad5f149
Message:

ehci: Fix typo, include ddi.h for pio_* functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/ehci_regs.h

    rad5f149 r643e7ba  
    3737#include <byteorder.h>
    3838#include <macros.h>
     39#include <ddi.h>
    3940
    4041#define EHCI_WR(reg, val) pio_write_32(&(reg), host2uint32_t_le(val))
     
    113114#define USB_INTR_PORT_CHANGE_FLAG     (1 << 2)
    114115#define USB_INTR_ERR_IRQ_FLAG         (1 << 1)
    115 #define UBS_INTR_IRQ_FLAG             (1 << 0)
     116#define USB_INTR_IRQ_FLAG             (1 << 0)
    116117
    117118        ioport32_t frindex;
Note: See TracChangeset for help on using the changeset viewer.