ready for tagging
[util-vserver.git] / kernel / device_cmd.h
1 #ifndef _VX_DEVICE_CMD_H
2 #define _VX_DEVICE_CMD_H
3
4
5 /*  device vserver commands */
6
7 #define VCMD_set_mapping        VC_CMD(DEVICE, 1, 0)
8
9 struct  vcmd_set_mapping_v0 {
10         const char *device;
11         const char *target;
12         uint32_t flags;
13 };
14
15
16 #endif  /* _VX_DEVICE_CMD_H */