Changes in uspace/drv/bus/usb/ehci/res.h [58563585:32fb6bce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/res.h
r58563585 r32fb6bce 36 36 #define DRV_EHCI_PCI_H 37 37 38 #include <ddf/driver.h> 39 #include <device/hw_res_parsed.h> 38 typedef struct hc_device hc_device_t; 40 39 41 extern int disable_legacy( ddf_dev_t *);40 extern int disable_legacy(hc_device_t *); 42 41 43 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.