m25p80: Initial implementation of SPI flash device
[qemu-kvm.git] / qemu-seccomp.h
blobb2fc3f8c3c4256863adc7b6a087b875a2885ba61
1 /*
2 * QEMU seccomp mode 2 support with libseccomp
4 * Copyright IBM, Corp. 2012
6 * Authors:
7 * Eduardo Otubo <eotubo@br.ibm.com>
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
12 * Contributions after 2012-01-13 are licensed under the terms of the
13 * GNU GPL, version 2 or (at your option) any later version.
15 #ifndef QEMU_SECCOMP_H
16 #define QEMU_SECCOMP_H
18 #include <seccomp.h>
19 #include "osdep.h"
21 int seccomp_start(void);
22 #endif