Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / src / arch-mips64.h
CommitLineData
8befd5cc
MG
1/**
2 * Enhanced Seccomp MIPS64 Specific Code
3 *
4 * Copyright (c) 2014 Red Hat <pmoore@redhat.com>
5 * Author: Paul Moore <paul@paul-moore.com>
6 *
7 */
8
9/*
10 * This library is free software; you can redistribute it and/or modify it
11 * under the terms of version 2.1 of the GNU Lesser General Public License as
12 * published by the Free Software Foundation.
13 *
14 * This library is distributed in the hope that it will be useful, but WITHOUT
15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
17 * for more details.
18 *
19 * You should have received a copy of the GNU Lesser General Public License
20 * along with this library; if not, see <http://www.gnu.org/licenses>.
21 */
22
23#ifndef _ARCH_MIPS64_H
24#define _ARCH_MIPS64_H
25
26#include <inttypes.h>
27
28#include "arch.h"
29#include "system.h"
30
31extern const struct arch_def arch_def_mips64;
32extern const struct arch_def arch_def_mipsel64;
33
34int mips64_syscall_resolve_name(const char *name);
35const char *mips64_syscall_resolve_num(int num);
36
37const char *mips64_syscall_iterate_name(unsigned int spot);
38
39#endif
This page took 0.01213 seconds and 4 git commands to generate.