summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfsmount.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/msdosfs/msdosfsmount.h')
-rw-r--r--sys/fs/msdosfs/msdosfsmount.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h
index 070ca86..fd34739 100644
--- a/sys/fs/msdosfs/msdosfsmount.h
+++ b/sys/fs/msdosfs/msdosfsmount.h
@@ -217,10 +217,6 @@ struct msdosfs_fileno {
#define fsi_size(pmp) \
(1024 << ((pmp)->pm_BlkPerSec >> 2))
-int msdosfs_init(struct vfsconf *vfsp);
-int msdosfs_uninit(struct vfsconf *vfsp);
-int msdosfs_mountroot(void);
-
void msdosfs_fileno_init(struct mount *);
void msdosfs_fileno_free(struct mount *);
uint32_t msdosfs_fileno_map(struct mount *, uint64_t);
OpenPOWER on IntegriCloud