Changes in uspace/drv/bus/usb/uhci/hc.h [c8ea6eca:8300c72] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rc8ea6eca r8300c72 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda 2 3 * Copyright (c) 2011 Jan Vesely 3 4 * Copyright (c) 2018 Ondrej Hlavaty … … 41 42 #include <fibril.h> 42 43 #include <macros.h> 44 #include <member.h> 43 45 #include <stdbool.h> 44 46 #include <ddi.h> … … 163 165 extern errno_t hc_setup_roothub(hc_device_t *); 164 166 extern errno_t hc_gone(hc_device_t *); 167 extern errno_t hc_quiesce(hc_device_t *); 165 168 166 169 #endif
Note:
See TracChangeset
for help on using the changeset viewer.