Changeset 2791fbb7 in mainline for uspace/drv/block/ata_bd/main.h


Ignore:
Timestamp:
2024-05-16T16:17:49Z (9 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
59c0f478
Parents:
64cf7a3
Message:

Move generic ATA code out to libata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ata_bd/main.h

    r64cf7a3 r2791fbb7  
    11/*
    2  * Copyright (c) 2013 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3838#include "ata_bd.h"
    3939
    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 *);
     40extern errno_t ata_fun_create(ata_ctrl_t *, unsigned, void *);
     41extern errno_t ata_fun_remove(ata_ctrl_t *, unsigned);
     42extern errno_t ata_fun_unbind(ata_ctrl_t *, unsigned);
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.