Revision a6568fe2 hw/file-op-9p.h

b/hw/file-op-9p.h
32 32
    int (*setuid)(FsContext *, uid_t);
33 33
    int (*close)(FsContext *, int);
34 34
    int (*closedir)(FsContext *, DIR *);
35
    DIR *(*opendir)(FsContext *, const char *);
36
    int (*open)(FsContext *, const char *, int);
35 37
    void *opaque;
36 38
} FileOperations;
37 39
#endif

Also available in: Unified diff