aboutsummaryrefslogtreecommitdiff
path: root/include/erofs/rebuild.h
blob: 92873c97aa1d2453f8f77f20db1040fa0d7bcfe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0+ OR Apache-2.0 */
#ifndef __EROFS_REBUILD_H
#define __EROFS_REBUILD_H

#ifdef __cplusplus
extern "C"
{
#endif

#include "internal.h"

struct erofs_dentry *erofs_rebuild_get_dentry(struct erofs_inode *pwd,
		char *path, bool aufs, bool *whout, bool *opq);

#ifdef __cplusplus
}
#endif

#endif