repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
serial core: fix new kernel-doc warnings
[linux-2.6/linux-2.6-openrd.git]
/
fs
/
partitions
/
msdos.h
blob
01e5e0b6902d2a788c25d353fe9858ae1a0ba2c1
1
/*
2
* fs/partitions/msdos.h
3
*/
4
5
#define MSDOS_LABEL_MAGIC 0xAA55
6
7
int
msdos_partition
(
struct
parsed_partitions
*
state
,
struct
block_device
*
bdev
);
8