Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
console.h
Go to the documentation of this file.
1 /******************************************************************************
2  * console.h
3  *
4  * Console I/O interface for Xen guest OSes.
5  *
6  * Copyright (c) 2005, Keir Fraser
7  */
8 
9 #ifndef __XEN_PUBLIC_IO_CONSOLE_H__
10 #define __XEN_PUBLIC_IO_CONSOLE_H__
11 
13 
14 #define MASK_XENCONS_IDX(idx, ring) ((idx) & (sizeof(ring)-1))
15 
17  char in[1024];
18  char out[2048];
21 };
22 
23 #endif /* __XEN_PUBLIC_IO_CONSOLE_H__ */