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


Ignore:
Timestamp:
2011-03-21T11:13:26Z (13 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.h

    rc15070c rbab71635  
    3333 * @brief OHCI driver
    3434 */
    35 #ifndef DRV_OHCI_OHCI_RH_H
    36 #define DRV_OHCI_OHCI_RH_H
     35#ifndef DRV_OHCI_ROOT_HUB_H
     36#define DRV_OHCI_ROOT_HUB_H
    3737
    3838#include <usb/usb.h>
     
    4646} ohci_rh_t;
    4747
    48 int ohci_rh_init(ohci_rh_t *instance, ohci_regs_t *regs);
     48int rh_init(ohci_rh_t *instance, ohci_regs_t *regs);
    4949
    50 void ohci_rh_request(ohci_rh_t *instance, batch_t *request);
     50void rh_request(ohci_rh_t *instance, batch_t *request);
    5151
    52 void ohci_rh_interrupt(ohci_rh_t *instance);
     52void rh_interrupt(ohci_rh_t *instance);
    5353#endif
    5454/**
Note: See TracChangeset for help on using the changeset viewer.