Gitiles
Code Review
Sign In
192.168.1.100
/
T103
/
1f884588077ad3476b9c91cbb0ee9ee0332bbb68
/
.
/
src
/
kernel
/
linux
/
v4.14
/
block
/
partitions
/
sun.h
blob: 2424baa8319f11e81a296e78a46ef85a25c75825 [
file
] [
log
] [
blame
]
rjw
1f88458
2022-01-06 17:20:42 +0800
[
diff
] [
blame^
]
1
/*
2
* fs/partitions/sun.h
3
*/
4
5
#define
SUN_LABEL_MAGIC
0xDABE
6
#define
SUN_VTOC_SANITY
0x600DDEEE
7
8
int
sun_partition
(
struct
parsed_partitions
*
state
);