• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __PRIV_SYSWRAP_XEN_H
2 #define __PRIV_SYSWRAP_XEN_H
3 
4 #include "priv_types_n_macros.h"    // DECL_TEMPLATE
5 
6 DECL_TEMPLATE(xen, hypercall);
7 
8 #endif   // __PRIV_SYSWRAP_XEN_H
9 
10 /*--------------------------------------------------------------------*/
11 /*--- end                                                          ---*/
12 /*--------------------------------------------------------------------*/
13