Ignore:
File:
1 edited

Legend:

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

    r44fe800 r9c2c7d2  
    3636#include <ipc/common.h>
    3737
     38#define VOL_LABEL_MAXLEN 63
     39
    3840typedef enum {
    3941        VOL_GET_PARTS = IPC_FIRST_USER_METHOD,
     
    4143        VOL_PART_INFO,
    4244        VOL_PART_EMPTY,
    43         VOL_PART_MKFS
     45        VOL_PART_LSUPP,
     46        VOL_PART_MKFS,
    4447} vol_request_t;
    4548
Note: See TracChangeset for help on using the changeset viewer.