Changeset 2185776 in mainline for uspace/lib/usb/usb.h


Ignore:
Timestamp:
2010-10-26T13:47:46Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56cb9bd
Parents:
23cb44b
Message:

Async communication with HCD

Added asynchronous versions of functions for sending/retrieving
data to/from HCD. These work pretty the same as functions for
sending messages in the async framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/usb.h

    r23cb44b r2185776  
    3737
    3838#include <sys/types.h>
     39#include <ipc/ipc.h>
    3940
    4041/** USB transfer type. */
     
    8384}
    8485
     86/** General handle type.
     87 * Used by various USB functions as opaque handle.
     88 */
     89typedef ipcarg_t usb_handle_t;
     90
    8591#endif
    8692/**
Note: See TracChangeset for help on using the changeset viewer.