blob: b1928c70320cb543c4b323b17aa734590d4c164d [file] [log] [blame]
floriande6ffbd2014-10-06 16:41:14 +00001/* -*- mode: C; c-basic-offset: 3; -*- */
2
3/*---------------------------------------------------------------*/
4/*--- Provides guest state definition. pub_core_guest.h ---*/
5/*---------------------------------------------------------------*/
6
7/*
8 This file is part of Valgrind, a dynamic binary instrumentation
9 framework.
10
Elliott Hughesed398002017-06-21 14:41:24 -070011 Copyright (C) 2014-2017 OpenWorks LLP
floriande6ffbd2014-10-06 16:41:14 +000012 info@open-works.net
13
14 This program is free software; you can redistribute it and/or
15 modify it under the terms of the GNU General Public License as
16 published by the Free Software Foundation; either version 2 of the
17 License, or (at your option) any later version.
18
19 This program is distributed in the hope that it will be useful, but
20 WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 General Public License for more details.
23
24 You should have received a copy of the GNU General Public License
25 along with this program; if not, write to the Free Software
26 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
27 02110-1301, USA.
28
29 The GNU General Public License is contained in the file COPYING.
30
31 Neither the names of the U.S. Department of Energy nor the
32 University of California nor the names of its contributors may be
33 used to endorse or promote products derived from this software
34 without prior written permission.
35*/
36
37#ifndef __PUB_CORE_GUEST_H
38#define __PUB_CORE_GUEST_H
39
floriandea16032014-10-06 21:04:14 +000040#include "pub_tool_guest.h"
41
42// No core-only exports; everything in this module is visible to both
43// the core and tools.
44
floriande6ffbd2014-10-06 16:41:14 +000045
46#endif // __PUB_CORE_GUEST_H
47
48/*--------------------------------------------------------------------*/
49/*--- end ---*/
50/*--------------------------------------------------------------------*/