Changeset 74b852b in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2017-10-21T19:33:09Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5fd9c30
Parents:
f45c78f
Message:

Added synchronization to command list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hc.h

    rf45c78f r74b852b  
    3737#define XHCI_HC_H
    3838
     39#include <fibril_synch.h>
    3940#include <usb/host/usb_transfer_batch.h>
    4041#include "hw_struct/regs.h"
     
    8283        /* Command list */
    8384        list_t commands;
     85        fibril_mutex_t commands_mtx;
     86
    8487        list_t transfers;
    8588
Note: See TracChangeset for help on using the changeset viewer.