blob: 29b1f9bb368ec68221f5de3ea257dce6e437c3f0 [file] [log] [blame]
njn1a1e95c2009-06-03 06:50:06 +00001
2/*--------------------------------------------------------------------*/
3/*--- Syscall numbers and related operations. pub_core_vkiscnums.h ---*/
4/*--------------------------------------------------------------------*/
5
6/*
7 This file is part of Valgrind, a dynamic binary instrumentation
8 framework.
9
Elliott Hughesed398002017-06-21 14:41:24 -070010 Copyright (C) 2000-2017 Julian Seward
njn1a1e95c2009-06-03 06:50:06 +000011 jseward@acm.org
Elliott Hughesed398002017-06-21 14:41:24 -070012 Copyright (C) 2005-2017 Nicholas Nethercote
njn1a1e95c2009-06-03 06:50:06 +000013 njn@valgrind.org
Elliott Hughesed398002017-06-21 14:41:24 -070014 Copyright (C) 2006-2017 OpenWorks LLP
njn1a1e95c2009-06-03 06:50:06 +000015 info@open-works.co.uk
16
17 This program is free software; you can redistribute it and/or
18 modify it under the terms of the GNU General Public License as
19 published by the Free Software Foundation; either version 2 of the
20 License, or (at your option) any later version.
21
22 This program is distributed in the hope that it will be useful, but
23 WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25 General Public License for more details.
26
27 You should have received a copy of the GNU General Public License
28 along with this program; if not, write to the Free Software
29 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
30 02111-1307, USA.
31
32 The GNU General Public License is contained in the file COPYING.
33*/
34
35#ifndef __PUB_CORE_VKISCNUMS_ASM_H
36#define __PUB_CORE_VKISCNUMS_ASM_H
37
38/* Most unfortunately, all the kernel decls are visible to tools. Not
39 really necessary, but to avoid this would require some tedious
40 refactoring of the sources. Anyway, we live with this kludge, and
41 that means the only thing to be done here is ... */
42
43#include "pub_tool_vkiscnums_asm.h"
44
45
46#endif // __PUB_CORE_VKISCNUMS_ASM_H
47
48/*--------------------------------------------------------------------*/
49/*--- end ---*/
50/*--------------------------------------------------------------------*/