Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 
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 
15 };
16 typedef void (*xen_mc_callback_fn_t)(void *);
17 
18 #endif /* _ASM_XEN_TRACE_TYPES_H */