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


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

Rename uhci_hc ⇒ hc, follow common hcd names

File:
1 edited

Legend:

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

    rc56c5b5b rc01cd32  
    3838#include <ddf/driver.h>
    3939
    40 #include "uhci_hc.h"
     40#include "hc.h"
    4141#include "uhci_rh.h"
    4242
     
    4545        ddf_fun_t *rh_fun;
    4646
    47         uhci_hc_t hc;
     47        hc_t hc;
    4848        uhci_rh_t rh;
    4949} uhci_t;
Note: See TracChangeset for help on using the changeset viewer.