Changes in uspace/drv/block/ahci/ahci.c [60744cb:0f5c4e4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.c
r60744cb 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.