vfs: rename block_fsync() to blkdev_fsync()
[safe/jmp/linux-2.6] / include / linux / virtio_console.h
index bd0e2a5..ae4f039 100644 (file)
@@ -40,6 +40,8 @@ struct virtio_console_control {
 #define VIRTIO_CONSOLE_CONSOLE_PORT    1
 #define VIRTIO_CONSOLE_RESIZE          2
 #define VIRTIO_CONSOLE_PORT_OPEN       3
+#define VIRTIO_CONSOLE_PORT_NAME       4
+#define VIRTIO_CONSOLE_PORT_REMOVE     5
 
 #ifdef __KERNEL__
 int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int));