Changeset 32fb6bce in mainline for uspace/drv/bus/usb/ehci/res.h
- Timestamp:
- 2017-12-18T22:50:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f70d1c
- Parents:
- 1ea0bbf
- git-author:
- Ondřej Hlavatý <aearsis@…> (2017-12-18 22:04:50)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2017-12-18 22:50:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/res.h
r1ea0bbf 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 #include "hc.h" 42 43 extern int disable_legacy(hc_t *, ddf_dev_t *); 40 extern int disable_legacy(hc_device_t *); 44 41 45 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.