Xen Test Framework
console.h
Go to the documentation of this file.
1 #ifndef XEN_PUBLIC_IO_CONSOLE_H
2 #define XEN_PUBLIC_IO_CONSOLE_H
3 
5 {
6  char in[1024];
7  char out[2048];
10 };
12 
13 #endif /* XEN_PUBLIC_IO_CONSOLE_H */
14 
15 /*
16  * Local variables:
17  * mode: C
18  * c-file-style: "BSD"
19  * c-basic-offset: 4
20  * tab-width: 4
21  * indent-tabs-mode: nil
22  * End:
23  */
char out[2048]
Definition: console.h:7
uint32_t out_prod
Definition: console.h:9
char in[1024]
Definition: console.h:6
uint32_t in_prod
Definition: console.h:8
uint32_t out_cons
Definition: console.h:9
uint32_t in_cons
Definition: console.h:8
__UINT32_TYPE__ uint32_t
Definition: stdint.h:16