Changeset 74ea3c6 in mainline for uspace/lib/libfs/libfs.h


Ignore:
Timestamp:
2008-04-12T22:38:32Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32fb10ed
Parents:
e22632a9
Message:

Add fat_root_get() and fat_plb_get_char().

File:
1 edited

Legend:

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

    re22632a9 r74ea3c6  
    5353        unsigned (* lnkcnt_get)(void *);
    5454        bool (* has_children)(void *);
    55         void *(* root_get)(void);
     55        void *(* root_get)(dev_handle_t);
    5656        char (* plb_get_char)(unsigned pos);   
    5757        bool (* is_directory)(void *);
Note: See TracChangeset for help on using the changeset viewer.