blob: 70f1a218fc9203f782224e430a8cff145d935381 [file] [log] [blame]
Thomas Gleixnera94da202019-05-24 12:04:02 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/* ----------------------------------------------------------------------- *
3 *
4 * Copyright 2001 H. Peter Anvin - All Rights Reserved
5 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * ----------------------------------------------------------------------- */
7
8/*
9 * Prototypes for functions exported from the compressed isofs subsystem
10 */
11
12#ifdef CONFIG_ZISOFS
Christoph Hellwigf5e54d62006-06-28 04:26:44 -070013extern const struct address_space_operations zisofs_aops;
Linus Torvalds1da177e2005-04-16 15:20:36 -070014extern int __init zisofs_init(void);
15extern void zisofs_cleanup(void);
16#endif