Sign in
android-kvm
/
linux
/
7bc7ae25b1438bb9fe1f176b951d758789847640
/
.
/
block
/
partitions
/
msdos.h
blob: 38c781c490b34599771dd4e078df93ac08f89ba4 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
/*
2
* fs/partitions/msdos.h
3
*/
4
5
#define
MSDOS_LABEL_MAGIC
0xAA55
6
Tejun Heo
1493bf2
2010-05-15 20:09:30 +0200
[
diff
] [
blame
]
7
int
msdos_partition
(
struct
parsed_partitions
*
state
);
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
8