Changeset d736fe38 in mainline for uspace/drv/ohci/hcd_endpoint.h


Ignore:
Timestamp:
2011-05-17T12:54:02Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7b5826
Parents:
28d9c95
Message:

More comment fixes and code cleanup

File:
1 edited

Legend:

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

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