Changeset ad8fc510 in mainline for uspace/lib/libblock/libblock.c


Ignore:
Timestamp:
2009-05-27T18:48:46Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81b430a
Parents:
ac23b9d3
Message:

Fix type for dev_handle.

File:
1 edited

Legend:

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

    rac23b9d3 rad8fc510  
    6969typedef struct {
    7070        link_t link;
    71         int dev_handle;
     71        dev_handle_t dev_handle;
    7272        int dev_phone;
    7373        void *com_area;
Note: See TracChangeset for help on using the changeset viewer.