Changeset 87644b4 in mainline


Ignore:
Timestamp:
2011-03-21T23:35:52Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
408ebc5, b01995b
Parents:
b9fa0a9
Message:

Rename uhci_struct ⇒ hw_struct

Location:
uspace/drv/uhci-hcd
Files:
4 edited
4 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/Makefile

    rb9fa0a9 r87644b4  
    3939        hc.c \
    4040        root_hub.c \
    41         uhci_struct/transfer_descriptor.c \
     41        hw_struct/transfer_descriptor.c \
    4242        pci.c \
    4343        batch.c
  • uspace/drv/uhci-hcd/batch.c

    rb9fa0a9 r87644b4  
    4040#include "batch.h"
    4141#include "transfer_list.h"
     42#include "hw_struct/transfer_descriptor.h"
    4243#include "utils/malloc32.h"
    43 #include "uhci_struct/transfer_descriptor.h"
    4444
    4545#define DEFAULT_ERROR_COUNT 3
  • uspace/drv/uhci-hcd/batch.h

    rb9fa0a9 r87644b4  
    4242#include <usb/host/batch.h>
    4343
    44 #include "uhci_struct/queue_head.h"
     44#include "hw_struct/queue_head.h"
    4545
    4646usb_transfer_batch_t * batch_get(
  • uspace/drv/uhci-hcd/transfer_list.h

    rb9fa0a9 r87644b4  
    3737#include <fibril_synch.h>
    3838
    39 #include "uhci_struct/queue_head.h"
    40 
    4139#include "batch.h"
     40#include "hw_struct/queue_head.h"
    4241
    4342typedef struct transfer_list
Note: See TracChangeset for help on using the changeset viewer.