/* 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 */