Ignore:
Timestamp:
2017-12-15T17:21:49Z (8 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73b0773
Parents:
a8723748
Message:

usbdiag: finalize IPC ops for tmon, simple demo waiting for test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdiag/include/usb/diag/diag.h

    ra8723748 r64d138b  
    3636#define LIBUSBDIAG_DIAG_H_
    3737
    38 #include <ipc/common.h>
    39 
    40 typedef enum {
    41   USB_DIAG_IN_TEST = IPC_FIRST_USER_METHOD,
    42 } usb_diag_in_request_t;
    43 
    44 /** Just a dummy symbol to make compiler happy. TODO: remove it */
    45 int usb_diag_test(int, int*);
     38#define USB_DIAG_CATEGORY "usbdiag"
    4639
    4740#endif
Note: See TracChangeset for help on using the changeset viewer.