mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
3dcf60bcb6
Various block layer files do not have any licensing information at all. Add SPDX tags for the default kernel GPLv2 license to those. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
9 lines
208 B
C
9 lines
208 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* fs/partitions/sun.h
|
|
*/
|
|
|
|
#define SUN_LABEL_MAGIC 0xDABE
|
|
#define SUN_VTOC_SANITY 0x600DDEEE
|
|
|
|
int sun_partition(struct parsed_partitions *state);
|