summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/disk.h')
-rw-r--r--sys/boot/common/disk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/disk.h b/sys/boot/common/disk.h
index e95256d..d24fb1a 100644
--- a/sys/boot/common/disk.h
+++ b/sys/boot/common/disk.h
@@ -107,6 +107,7 @@ extern int disk_read(struct disk_devdesc *dev, void *buf, off_t offset,
u_int blocks);
extern int disk_write(struct disk_devdesc *dev, void *buf, off_t offset,
u_int blocks);
+extern int ptblread(void *d, void *buf, size_t blocks, off_t offset);
/*
* Print information about slices on a disk.
OpenPOWER on IntegriCloud