Changeset 3de67b4c in mainline for uspace/drv/block/ata_bd/ata_bd.h


Ignore:
Timestamp:
2013-06-27T20:43:29Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4339f09
Parents:
9f391e9
Message:

ata_bd needs to use hw_res (PIO resource configration protcol).

File:
1 edited

Legend:

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

    r9f391e9 r3de67b4c  
    152152} ata_fun_t;
    153153
    154 extern int ata_ctrl_init(ata_ctrl_t *);
     154extern int ata_ctrl_init(ata_ctrl_t *, ata_base_t *);
    155155extern int ata_ctrl_remove(ata_ctrl_t *);
    156156extern int ata_ctrl_gone(ata_ctrl_t *);
Note: See TracChangeset for help on using the changeset viewer.