Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hcd_endpoint.h

    rd736fe38 r2759c52  
    3737#include <assert.h>
    3838#include <adt/list.h>
     39
    3940#include <usb/host/endpoint.h>
    4041
     
    4243#include "hw_struct/transfer_descriptor.h"
    4344
    44 typedef struct hcd_endpoint
    45 {
     45typedef struct hcd_endpoint {
    4646        ed_t *ed;
    4747        td_t *td;
Note: See TracChangeset for help on using the changeset viewer.