Changeset 8850690 in mainline for uspace/drv/uhci-hcd/batch.c


Ignore:
Timestamp:
2011-03-13T16:18:09Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9351353
Parents:
6143ce3
Message:

Rename uhci_t ⇒ uhci_hc_t, start of bigger HC ↔ RH cleanup

File:
1 edited

Legend:

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

    r6143ce3 r8850690  
    4040#include "batch.h"
    4141#include "transfer_list.h"
    42 #include "uhci.h"
     42#include "uhci_hc.h"
    4343#include "utils/malloc32.h"
    4444
     
    450450{
    451451        assert(instance);
    452         uhci_t *hc = fun_to_uhci(instance->fun);
     452        uhci_hc_t *hc = fun_to_uhci(instance->fun);
    453453        assert(hc);
    454454        return uhci_schedule(hc, instance);
Note: See TracChangeset for help on using the changeset viewer.