summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/disks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/disks.h b/include/disks.h
index ec136d4ee4..9932750a24 100644
--- a/include/disks.h
+++ b/include/disks.h
@@ -36,4 +36,6 @@ struct partition_entry {
uint32_t partition_size; /*! Start of the partition in LBA notation */
} __attribute__ ((packed));
+extern int parse_partition_table(struct block_device*);
+
#endif /* DISKS_H */