Ignore:
Timestamp:
2017-12-15T10:55:09Z (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:
64d138b
Parents:
837d53d
Message:

usbdiag: add server, dummy stubs and skeletons

File:
1 edited

Legend:

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

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