Ignore:
File:
1 edited

Legend:

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

    r9c2c7d2 r44fe800  
    3636#include <ipc/common.h>
    3737
    38 #define VOL_LABEL_MAXLEN 63
    39 
    4038typedef enum {
    4139        VOL_GET_PARTS = IPC_FIRST_USER_METHOD,
     
    4341        VOL_PART_INFO,
    4442        VOL_PART_EMPTY,
    45         VOL_PART_LSUPP,
    46         VOL_PART_MKFS,
     43        VOL_PART_MKFS
    4744} vol_request_t;
    4845
Note: See TracChangeset for help on using the changeset viewer.