Changeset 2791fbb7 in mainline for uspace/drv/block/ata_bd/main.h
- Timestamp:
- 2024-05-16T16:17:49Z (9 months ago)
- Branches:
- master
- Children:
- 59c0f478
- Parents:
- 64cf7a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ata_bd/main.h
r64cf7a3 r2791fbb7 1 1 /* 2 * Copyright (c) 20 13Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 38 38 #include "ata_bd.h" 39 39 40 extern errno_t ata_fun_create( disk_t*);41 extern errno_t ata_fun_remove( disk_t *);42 extern errno_t ata_fun_unbind( disk_t *);40 extern errno_t ata_fun_create(ata_ctrl_t *, unsigned, void *); 41 extern errno_t ata_fun_remove(ata_ctrl_t *, unsigned); 42 extern errno_t ata_fun_unbind(ata_ctrl_t *, unsigned); 43 43 44 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.