18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* ----------------------------------------------------------------------- * 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Copyright 2001 H. Peter Anvin - All Rights Reserved 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * ----------------------------------------------------------------------- */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci/* 98c2ecf20Sopenharmony_ci * Prototypes for functions exported from the compressed isofs subsystem 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#ifdef CONFIG_ZISOFS 138c2ecf20Sopenharmony_ciextern const struct address_space_operations zisofs_aops; 148c2ecf20Sopenharmony_ciextern int __init zisofs_init(void); 158c2ecf20Sopenharmony_ciextern void zisofs_cleanup(void); 168c2ecf20Sopenharmony_ci#endif 17