Xen Test Framework
include
xen
hvm
params.h
Go to the documentation of this file.
1
/*
2
* Xen public hvm parameter index
3
*/
4
5
#ifndef XEN_PUBLIC_HVM_PARAMS_H
6
#define XEN_PUBLIC_HVM_PARAMS_H
7
8
#define HVM_PARAM_STORE_PFN 1
9
#define HVM_PARAM_STORE_EVTCHN 2
10
11
#define HVM_PARAM_CONSOLE_PFN 17
12
#define HVM_PARAM_CONSOLE_EVTCHN 18
13
14
#endif
/* XEN_PUBLIC_HVM_PARAMS_H */
15
16
/*
17
* Local variables:
18
* mode: C
19
* c-file-style: "BSD"
20
* c-basic-offset: 4
21
* tab-width: 4
22
* indent-tabs-mode: nil
23
* End:
24
*/
Generated by
1.9.4