2 * signalfd/eventfd compatibility
4 * Copyright IBM, Corp. 2008
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
14 #ifndef QEMU_COMPATFD_H
15 #define QEMU_COMPATFD_H
19 struct qemu_signalfd_siginfo {
24 int qemu_signalfd(const sigset_t *mask);
26 int qemu_eventfd(int *fds);