Changeset 7ce0fe3 in mainline for uspace/drv/uhci-rhd/port_status.h


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

Root ub driver uses unified debug logging and some other polishing.

File:
1 edited

Legend:

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

    r993a1e1 r7ce0fe3  
    3535#define DRV_UHCI_TD_PORT_STATUS_H
    3636
    37 #include <libarch/ddi.h>
     37#include <libarch/ddi.h> /* pio_read and pio_write */
     38
    3839#include <stdint.h>
    3940
     
    5960
    6061static inline void port_status_write(
    61   port_status_t * address, port_status_t value)
     62  port_status_t *address, port_status_t value)
    6263        { pio_write_16(address, value); }
    6364
Note: See TracChangeset for help on using the changeset viewer.