Changeset 63c1dd5 in mainline for uspace/lib/c/include/vol.h


Ignore:
Timestamp:
2018-10-09T08:40:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
63a045c
Parents:
ee9c703
git-author:
Jiri Svoboda <jiri@…> (2018-10-08 18:38:16)
git-committer:
Jiri Svoboda <jiri@…> (2018-10-09 08:40:53)
Message:

Persistence of Tetris highscore table. Detect live mode and create directory structure in init task. Reading volume configuration, vol -c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/vol.h

    ree9c703 r63c1dd5  
    5555    const char *);
    5656extern errno_t vol_part_set_mountp(vol_t *, service_id_t, const char *);
    57 
     57extern errno_t vol_get_volumes(vol_t *, volume_id_t **, size_t *);
     58extern errno_t vol_info(vol_t *, volume_id_t, vol_info_t *);
    5859extern errno_t vol_fstype_format(vol_fstype_t, char **);
    5960extern errno_t vol_pcnt_fs_format(vol_part_cnt_t, vol_fstype_t, char **);
Note: See TracChangeset for help on using the changeset viewer.