Changeset 7f80313 in mainline for uspace/lib/drv/generic/remote_ahci.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_ahci.c
rd0ca4c5 r7f80313 76 76 /** Remote AHCI interface structure. 77 77 */ 78 remote_iface_t remote_ahci_iface = {78 const remote_iface_t remote_ahci_iface = { 79 79 .method_count = ARRAY_SIZE(remote_ahci_iface_ops), 80 80 .methods = remote_ahci_iface_ops
Note:
See TracChangeset
for help on using the changeset viewer.