Changeset 726af29 in mainline


Ignore:
Timestamp:
2018-01-19T21:13:02Z (6 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c03793
Parents:
7ec7b7e
Message:

debug.h: remove unused include, use the struct that is already declared

File:
1 edited

Legend:

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

    r7ec7b7e r726af29  
    3737#define XHCI_DEBUG_H
    3838
    39 #include "hc.h"
    40 
    4139/**
    4240 * As the debug header is likely to be included in every file, avoid including
     
    6563void xhci_dump_slot_ctx(const struct xhci_slot_ctx *);
    6664void xhci_dump_endpoint_ctx(const struct xhci_endpoint_ctx *);
    67 void xhci_dump_input_ctx(const xhci_hc_t *, const struct xhci_input_ctx *);
     65void xhci_dump_input_ctx(const struct xhci_hc *, const struct xhci_input_ctx *);
    6866
    6967#endif
Note: See TracChangeset for help on using the changeset viewer.