Changeset 81b430a in mainline for uspace/lib/libblock/libblock.h


Ignore:
Timestamp:
2009-05-27T19:10:09Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e48aca1
Parents:
ad8fc510
Message:

More conversions to dev_handle_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libblock/libblock.h

    rad8fc510 r81b430a  
    9797extern void block_put(block_t *);
    9898
    99 extern int block_read(int, off_t *, size_t *, off_t *, void *, size_t, size_t);
     99extern int block_read(dev_handle_t, off_t *, size_t *, off_t *, void *, size_t,
     100    size_t);
    100101
    101102#endif
Note: See TracChangeset for help on using the changeset viewer.