Changeset 64d138b in mainline for uspace/lib/usbdiag/include/usb/diag/diag.h
- Timestamp:
- 2017-12-15T17:21:49Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73b0773
- Parents:
- a8723748
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdiag/include/usb/diag/diag.h
ra8723748 r64d138b 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 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" 46 39 47 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.