Changeset 33fbe95 in mainline for uspace/drv/uhci-hcd/uhci.h


Ignore:
Timestamp:
2011-03-21T22:46:05Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62ed5bc
Parents:
c01cd32
Message:

Rename uhci_rh ⇒ rh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.h

    rc01cd32 r33fbe95  
    3939
    4040#include "hc.h"
    41 #include "uhci_rh.h"
     41#include "root_hub.h"
    4242
    4343typedef struct uhci {
     
    4646
    4747        hc_t hc;
    48         uhci_rh_t rh;
     48        rh_t rh;
    4949} uhci_t;
    5050
Note: See TracChangeset for help on using the changeset viewer.