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>
8 lines
110 B
C
8 lines
110 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* fs/partitions/osf.h
|
|
*/
|
|
|
|
#define DISKLABELMAGIC (0x82564557UL)
|
|
|