Changeset 0f5c4e4 in mainline for uspace/drv/block/ahci/ahci.c
- Timestamp:
- 2025-05-28T19:02:32Z (3 days ago)
- Branches:
- master
- Parents:
- 61f28c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.c
r61f28c4 r0f5c4e4 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda 2 3 * Copyright (c) 2012 Petr Jerman 3 4 * All rights reserved. … … 1075 1076 } 1076 1077 1078 fun = sata->fun; 1077 1079 ddf_fun_set_ops(fun, &ahci_ops); 1078 1080
Note:
See TracChangeset
for help on using the changeset viewer.