Changeset bab71635 in mainline for uspace/drv/ohci/root_hub.c


Ignore:
Timestamp:
2011-03-21T11:13:26Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b0beee82
Parents:
c15070c
Message:

Renames, remove ohci prefix

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/root_hub.c

    rc15070c rbab71635  
    3838#include <usb/debug.h>
    3939
    40 #include "ohci_rh.h"
     40#include "root_hub.h"
    4141
    4242/** Root hub initialization
    4343 * @return Error code.
    4444 */
    45 int ohci_rh_init(ohci_rh_t *instance, ohci_regs_t *regs)
     45int rh_init(ohci_rh_t *instance, ohci_regs_t *regs)
    4646{
    4747        assert(instance);
     
    5555}
    5656/*----------------------------------------------------------------------------*/
    57 void ohci_rh_request(ohci_rh_t *instance, batch_t *request)
     57void rh_request(ohci_rh_t *instance, batch_t *request)
    5858{
    5959        /* TODO: implement */
    6060}
    6161/*----------------------------------------------------------------------------*/
    62 void ohci_rh_interrupt(ohci_rh_t *instance)
     62void rh_interrupt(ohci_rh_t *instance)
    6363{
    6464        usb_log_info("Interrupt!!.\n");
Note: See TracChangeset for help on using the changeset viewer.