1 /* SPDX-License-Identifier: GPL-2.0-or-later * << 2 /* ------------------------------------------- 1 /* ----------------------------------------------------------------------- * 3 * 2 * 4 * Copyright 2001 H. Peter Anvin - All Right 3 * Copyright 2001 H. Peter Anvin - All Rights Reserved >> 4 * >> 5 * This program is free software; you can redistribute it and/or modify >> 6 * it under the terms of the GNU General Public License as published by >> 7 * the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139, >> 8 * USA; either version 2 of the License, or (at your option) any later >> 9 * version; incorporated herein by reference. 5 * 10 * 6 * ------------------------------------------- 11 * ----------------------------------------------------------------------- */ 7 12 8 /* 13 /* 9 * Prototypes for functions exported from the 14 * Prototypes for functions exported from the compressed isofs subsystem 10 */ 15 */ 11 16 12 #ifdef CONFIG_ZISOFS 17 #ifdef CONFIG_ZISOFS 13 extern const struct address_space_operations z 18 extern const struct address_space_operations zisofs_aops; 14 extern int __init zisofs_init(void); 19 extern int __init zisofs_init(void); 15 extern void zisofs_cleanup(void); 20 extern void zisofs_cleanup(void); 16 #endif 21 #endif 17 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.