Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /* ----------------------------------------------------------------------- *
0003  *   
0004  *   Copyright 2001 H. Peter Anvin - All Rights Reserved
0005  *
0006  * ----------------------------------------------------------------------- */
0007 
0008 /*
0009  * Prototypes for functions exported from the compressed isofs subsystem
0010  */
0011 
0012 #ifdef CONFIG_ZISOFS
0013 extern const struct address_space_operations zisofs_aops;
0014 extern int __init zisofs_init(void);
0015 extern void zisofs_cleanup(void);
0016 #endif