blob: 696dda54e3f7d37c6d84fd6ee72209e9dbe62e6d [file] [log] [blame]
bart0931a4d2014-08-12 09:53:32 +00001/*--------------------------------------------------------------------*/
2/*--- Xen Hypercalls priv_syswrap-xen.h ---*/
3/*--------------------------------------------------------------------*/
4
5/*
6 This file is part of Valgrind, a dynamic binary instrumentation
7 framework.
8
sewardj35130ac2015-09-01 13:32:21 +00009 Copyright (C) 2012-2015 Citrix Systems
bart0931a4d2014-08-12 09:53:32 +000010 ian.campbell@citrix.com
11
12 This program is free software; you can redistribute it and/or
13 modify it under the terms of the GNU General Public License as
14 published by the Free Software Foundation; either version 2 of the
15 License, or (at your option) any later version.
16
17 This program is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
25 02111-1307, USA.
26
27 The GNU General Public License is contained in the file COPYING.
28*/
29
bart0ab84fe2012-09-09 18:30:17 +000030#ifndef __PRIV_SYSWRAP_XEN_H
31#define __PRIV_SYSWRAP_XEN_H
32
florian535fb1b2013-09-15 13:54:34 +000033#include "priv_types_n_macros.h" // DECL_TEMPLATE
34
bart0ab84fe2012-09-09 18:30:17 +000035DECL_TEMPLATE(xen, hypercall);
36
37#endif // __PRIV_SYSWRAP_XEN_H
38
39/*--------------------------------------------------------------------*/
40/*--- end ---*/
41/*--------------------------------------------------------------------*/