Changeset a8723748 in mainline for uspace/lib/usbdiag/include/usb/diag/diag.h
- Timestamp:
- 2017-12-15T10:55:09Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 64d138b
- Parents:
- 837d53d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdiag/include/usb/diag/diag.h
r837d53d ra8723748 36 36 #define LIBUSBDIAG_DIAG_H_ 37 37 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 38 44 /** Just a dummy symbol to make compiler happy. TODO: remove it */ 39 int usb_diag_test(int );45 int usb_diag_test(int, int*); 40 46 41 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.