summaryrefslogtreecommitdiff
path: root/fs/nilfs2/iomap.h
blob: adef3e22346df0d56aa24eea6901f79ae7cfcc2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * NILFS iomap support declarations.
 *
 * Written by Viacheslav Dubeyko.
 */

#ifndef _NILFS_IOMAP_H
#define _NILFS_IOMAP_H

extern const struct iomap_ops nilfs_iomap_ops;

#endif /* _NILFS_IOMAP_H */