erofs_fs.h (c95baf12f5077419db01313ab61c2aac007d40cd) erofs_fs.h (592e7cd00bb9d48742ff402b74b79244e4a765dd)
1/* SPDX-License-Identifier: GPL-2.0-only OR Apache-2.0 */
2/*
3 * EROFS (Enhanced ROM File System) on-disk format definition
4 *
5 * Copyright (C) 2017-2018 HUAWEI, Inc.
1/* SPDX-License-Identifier: GPL-2.0-only OR Apache-2.0 */
2/*
3 * EROFS (Enhanced ROM File System) on-disk format definition
4 *
5 * Copyright (C) 2017-2018 HUAWEI, Inc.
6 * http://www.huawei.com/
6 * https://www.huawei.com/
7 * Created by Gao Xiang <gaoxiang25@huawei.com>
8 */
9#ifndef __EROFS_FS_H
10#define __EROFS_FS_H
11
12#define EROFS_SUPER_OFFSET 1024
13
14#define EROFS_FEATURE_COMPAT_SB_CHKSUM 0x00000001

--- 303 unchanged lines hidden ---
7 * Created by Gao Xiang <gaoxiang25@huawei.com>
8 */
9#ifndef __EROFS_FS_H
10#define __EROFS_FS_H
11
12#define EROFS_SUPER_OFFSET 1024
13
14#define EROFS_FEATURE_COMPAT_SB_CHKSUM 0x00000001

--- 303 unchanged lines hidden ---