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


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 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/root_hub.c

    rc01cd32 r33fbe95  
    3939#include <usb/debug.h>
    4040
    41 #include "uhci_rh.h"
     41#include "root_hub.h"
    4242
    4343/** Root hub initialization
     
    4848 * @return Error code.
    4949 */
    50 int uhci_rh_init(
    51     uhci_rh_t *instance, ddf_fun_t *fun, uintptr_t reg_addr, size_t reg_size)
     50int rh_init(
     51    rh_t *instance, ddf_fun_t *fun, uintptr_t reg_addr, size_t reg_size)
    5252{
    5353        assert(fun);
Note: See TracChangeset for help on using the changeset viewer.