162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 262306a36Sopenharmony_ci/* ----------------------------------------------------------------------- * 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * Copyright 2001 H. Peter Anvin - All Rights Reserved 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * ----------------------------------------------------------------------- */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci/* 962306a36Sopenharmony_ci * Prototypes for functions exported from the compressed isofs subsystem 1062306a36Sopenharmony_ci */ 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#ifdef CONFIG_ZISOFS 1362306a36Sopenharmony_ciextern const struct address_space_operations zisofs_aops; 1462306a36Sopenharmony_ciextern int __init zisofs_init(void); 1562306a36Sopenharmony_ciextern void zisofs_cleanup(void); 1662306a36Sopenharmony_ci#endif 17