Changes in uspace/drv/bus/usb/ohci/hc.h [9dfb034:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
r9dfb034 ra35b458 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2011 Jan Vesely 4 3 * Copyright (c) 2018 Ondrej Hlavaty … … 98 97 extern errno_t hc_setup_roothub(hc_device_t *); 99 98 extern errno_t hc_gone(hc_device_t *); 100 extern errno_t hc_quiesce(hc_device_t *);101 99 102 100 extern void hc_enqueue_endpoint(hc_t *, const endpoint_t *);
Note:
See TracChangeset
for help on using the changeset viewer.