target/arm: Update find_last_active for PREDDESC
[qemu/ar7.git] / fsdev / qemu-fsdev.h
blob52a53977701a6a3c95a2463387dac5ab64b960a5
1 /*
2 * 9p
4 * Copyright IBM, Corp. 2010
6 * Authors:
7 * Gautham R Shenoy <ego@in.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.
13 #ifndef QEMU_FSDEV_H
14 #define QEMU_FSDEV_H
15 #include "file-op-9p.h"
17 int qemu_fsdev_add(QemuOpts *opts, Error **errp);
18 FsDriverEntry *get_fsdev_fsentry(char *id);
19 extern FileOperations local_ops;
20 extern FileOperations synth_ops;
21 extern FileOperations proxy_ops;
22 #endif