7 mapdriver(char *label
, devmajor_t major
)
11 memset(&m
, 0, sizeof(m
));
12 m
.VFS_MAPDRIVER_LABEL
= label
;
13 m
.VFS_MAPDRIVER_LABELLEN
= strlen(label
) + 1;
14 m
.VFS_MAPDRIVER_MAJOR
= major
;
16 return _taskcall(VFS_PROC_NR
, VFS_MAPDRIVER
, &m
);