diff options
Diffstat (limited to 'block/partitions/check.h')
-rw-r--r-- | block/partitions/check.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/block/partitions/check.h b/block/partitions/check.h index d68bf4dc3bc2..52b100311ec3 100644 --- a/block/partitions/check.h +++ b/block/partitions/check.h | |||
@@ -22,6 +22,9 @@ struct parsed_partitions { | |||
22 | char *pp_buf; | 22 | char *pp_buf; |
23 | }; | 23 | }; |
24 | 24 | ||
25 | struct parsed_partitions * | ||
26 | check_partition(struct gendisk *, struct block_device *); | ||
27 | |||
25 | static inline void *read_part_sector(struct parsed_partitions *state, | 28 | static inline void *read_part_sector(struct parsed_partitions *state, |
26 | sector_t n, Sector *p) | 29 | sector_t n, Sector *p) |
27 | { | 30 | { |