projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
separate partition format handling from generic code
[linux-2.6.git]
/
block
/
partitions
/
check.h
diff --git
a/block/partitions/check.h
b/block/partitions/check.h
index
d68bf4d
..
52b1003
100644
(file)
--- a/
block/partitions/check.h
+++ b/
block/partitions/check.h
@@
-22,6
+22,9
@@
struct parsed_partitions {
char *pp_buf;
};
+struct parsed_partitions *
+check_partition(struct gendisk *, struct block_device *);
+
static inline void *read_part_sector(struct parsed_partitions *state,
sector_t n, Sector *p)
{