Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fs/libfs.h

    rffa2c8ef r96b02eb9  
    3939#include <ipc/vfs.h>
    4040#include <stdint.h>
     41#include <ipc/ipc.h>
    4142#include <async.h>
    4243#include <devmap.h>
     
    8586typedef struct {
    8687        int fs_handle;           /**< File system handle. */
     88        sysarg_t vfs_phonehash;  /**< Initial VFS phonehash. */
    8789        uint8_t *plb_ro;         /**< Read-only PLB view. */
    8890} fs_reg_t;
Note: See TracChangeset for help on using the changeset viewer.