Changeset 7f80313 in mainline for uspace/lib/drv/generic/remote_pci.c
- Timestamp:
- 2013-12-31T03:40:53Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9359aae
- Parents:
- d0ca4c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_pci.c
rd0ca4c5 r7f80313 62 62 /** Remote USB interface structure. 63 63 */ 64 remote_iface_t remote_pci_iface = {64 const remote_iface_t remote_pci_iface = { 65 65 .method_count = ARRAY_SIZE(remote_pci_iface_ops), 66 66 .methods = remote_pci_iface_ops
Note:
See TracChangeset
for help on using the changeset viewer.