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