summaryrefslogtreecommitdiff
path: root/libdiskfs/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r--libdiskfs/priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h
index b5c9b98d..11cbe534 100644
--- a/libdiskfs/priv.h
+++ b/libdiskfs/priv.h
@@ -79,6 +79,9 @@ error_t _diskfs_rdwr_internal (struct node *np, char *data, off_t offset,
and auth ports). */
void _diskfs_init_completed (void);
+/* Called in a bootstrap filesystem only, to get the privileged ports. */
+void _diskfs_boot_privports (void);
+
/* Clean routine for control port. */
void _diskfs_control_clean (void *);