]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/mockfs/mockfs.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / miscfs / mockfs / mockfs.h
index dab2af73415b181f098220da4fa9938de0323b24..07c91ffaf686f4adfd5a3eff166a418653403bdd 100644 (file)
  * For the moment, mockfs is not marked in vfs_conf.c as being threadsafe.
  */
 
-extern lck_attr_t     * mockfs_mtx_attr;
-extern lck_grp_attr_t * mockfs_grp_attr;
-extern lck_grp_t      * mockfs_mtx_grp;
-
 struct mockfs_mount {
        lck_mtx_t       mockfs_mnt_mtx;         /* Mount-wide (and tree-wide) mutex */
        mockfs_fsnode_t mockfs_root;            /* Root of the node tree */