Changes in uspace/lib/usbhost/include/usb/host/hcd.h [8300c72:fec7ba0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r8300c72 rfec7ba0 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2011 Jan Vesely 4 3 * Copyright (c) 2018 Ondrej Hlavaty … … 102 101 /** HC is gone. */ 103 102 int (*hc_gone)(hc_device_t *); 104 105 /** Quiesce HC. */106 int (*hc_quiesce)(hc_device_t *);107 103 } hc_driver_t; 108 104
Note:
See TracChangeset
for help on using the changeset viewer.