Changeset 115f25b in mainline


Ignore:
Timestamp:
2017-07-09T18:29:46Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dfd313b
Parents:
5a9ae994
Message:

Added missing guards.

File:
1 edited

Legend:

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

    r5a9ae994 r115f25b  
    3333 * @brief The host controller data bookkeeping.
    3434 */
     35
     36#ifndef XHCI_HC_H
     37#define XHCI_HC_H
    3538
    3639#include <usb/host/usb_transfer_batch.h>
     
    8083void hc_fini(xhci_hc_t *);
    8184
     85#endif
     86
    8287/**
    8388 * @}
Note: See TracChangeset for help on using the changeset viewer.