repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux-2.4.0-test2
[davej-history.git]
/
fs
/
partitions
/
msdos.h
blob
e24740c5e031037bcd3c4dd45e387d91873bebe2
1
/*
2
* fs/partitions/msdos.h
3
*/
4
5
#define MSDOS_LABEL_MAGIC 0xAA55
6
7
int
msdos_partition
(
struct
gendisk
*
hd
,
kdev_t dev
,
8
unsigned long
first_sector
,
int
first_part_minor
);
9