Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
include
asm
xen
trace_types.h
Go to the documentation of this file.
1
#ifndef _ASM_XEN_TRACE_TYPES_H
2
#define _ASM_XEN_TRACE_TYPES_H
3
4
enum
xen_mc_flush_reason
{
5
XEN_MC_FL_NONE
,
/* explicit flush */
6
XEN_MC_FL_BATCH
,
/* out of hypercall space */
7
XEN_MC_FL_ARGS
,
/* out of argument space */
8
XEN_MC_FL_CALLBACK
,
/* out of callback space */
9
};
10
11
enum
xen_mc_extend_args
{
12
XEN_MC_XE_OK
,
13
XEN_MC_XE_BAD_OP
,
14
XEN_MC_XE_NO_SPACE
15
};
16
typedef
void
(*
xen_mc_callback_fn_t
)(
void
*);
17
18
#endif
/* _ASM_XEN_TRACE_TYPES_H */
Generated on Thu Jan 10 2013 13:20:10 for Linux Kernel by
1.8.2