forked from Minki/linux
3f1b95ef81
There is no good reason to include one header per partition type in core.c. Instead move the prototypes for the detection routins to check.h, and remove all now empty headers in block/partitions/. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
9 lines
109 B
C
9 lines
109 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* fs/partitions/msdos.h
|
|
*/
|
|
|
|
#define MSDOS_LABEL_MAGIC 0xAA55
|
|
|
|
|