mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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
156 B
C
9 lines
156 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* fs/partitions/sun.h
|
|
*/
|
|
|
|
#define SUN_LABEL_MAGIC 0xDABE
|
|
#define SUN_VTOC_SANITY 0x600DDEEE
|
|
|