summaryrefslogtreecommitdiff
path: root/qemu-seccomp.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-17 18:20:04 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-19 08:32:45 +0100
commit9c17d615a66ebd655871bf891ec0fe901ad8b332 (patch)
treebccf99f83075a1d06fae782311de827fbfed0bfa /qemu-seccomp.h
parent1de7afc984b49af164e2619e6850b9732b173b34 (diff)
downloadqemu-9c17d615a66ebd655871bf891ec0fe901ad8b332.tar.gz
softmmu: move include files to include/sysemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-seccomp.h')
-rw-r--r--qemu-seccomp.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/qemu-seccomp.h b/qemu-seccomp.h
deleted file mode 100644
index 1189fa241d..0000000000
--- a/qemu-seccomp.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * QEMU seccomp mode 2 support with libseccomp
- *
- * Copyright IBM, Corp. 2012
- *
- * Authors:
- * Eduardo Otubo <eotubo@br.ibm.com>
- *
- * This work is licensed under the terms of the GNU GPL, version 2. See
- * the COPYING file in the top-level directory.
- *
- * Contributions after 2012-01-13 are licensed under the terms of the
- * GNU GPL, version 2 or (at your option) any later version.
- */
-#ifndef QEMU_SECCOMP_H
-#define QEMU_SECCOMP_H
-
-#include <seccomp.h>
-#include "qemu/osdep.h"
-
-int seccomp_start(void);
-#endif