aboutsummaryrefslogtreecommitdiff
path: root/include/diskfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/diskfs.h')
-rw-r--r--include/diskfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diskfs.h b/include/diskfs.h
index df28e606..50366ef2 100644
--- a/include/diskfs.h
+++ b/include/diskfs.h
@@ -68,6 +68,7 @@ void blockput(Block *b);
Disk* diskcache(Disk*, uint, uint);
Disk* diskopenventi(struct VtCache*, uchar*);
Disk* diskopenfile(char *file);
+Disk* diskpart(Disk*, u64int offset, u64int count);
Disk* diskopen(char *file);
void diskclose(Disk *disk);