Changeset 63c1dd5 in mainline for uspace/lib/c/include/ipc/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/ipc/vol.h

    ree9c703 r63c1dd5  
    4848        VOL_PART_LSUPP,
    4949        VOL_PART_MKFS,
    50         VOL_PART_SET_MOUNTP
     50        VOL_PART_SET_MOUNTP,
     51        VOL_GET_VOLUMES,
     52        VOL_INFO
    5153} vol_request_t;
    5254
Note: See TracChangeset for help on using the changeset viewer.