diff options
author | rsc <devnull@localhost> | 2007-05-28 17:34:27 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-05-28 17:34:27 +0000 |
commit | 51d1a81c38d5ac3f89d2f22e11545b786040f198 (patch) | |
tree | 679864351ff07205006760e36ca075c562811aac /include | |
parent | 27c1d3a4367ddc499d79183b33bacdd0542ed30f (diff) | |
download | plan9port-51d1a81c38d5ac3f89d2f22e11545b786040f198.tar.gz plan9port-51d1a81c38d5ac3f89d2f22e11545b786040f198.tar.bz2 plan9port-51d1a81c38d5ac3f89d2f22e11545b786040f198.zip |
add disk partitions (David Swasey)
Diffstat (limited to 'include')
-rw-r--r-- | include/diskfs.h | 1 |
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); |