Changeset 245b56b5 in mainline for uspace/drv/uhci/root_hub/port.h


Ignore:
Timestamp:
2011-01-29T08:32:04Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
113aef8
Parents:
816175a2
Message:

Added info message on succesfull device addition

Changed root ub name to uhci_root_hubd
Moved hub polling interval definition to header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/root_hub/port.h

    r816175a2 r245b56b5  
    3636
    3737#include <assert.h>
    38 #include <driver.h>
     38#include <driver.h> /* device_t */
    3939#include <stdint.h>
    4040
     
    5555  unsigned usec)
    5656{
    57         assert( port );
     57        assert(port);
    5858        port->address = address;
    5959        port->hc = hc;
Note: See TracChangeset for help on using the changeset viewer.