156cf2635SRahul Lakkireddy /*
256cf2635SRahul Lakkireddy  *  Copyright (C) 2018 Chelsio Communications.  All rights reserved.
356cf2635SRahul Lakkireddy  *
456cf2635SRahul Lakkireddy  *  This program is free software; you can redistribute it and/or modify it
556cf2635SRahul Lakkireddy  *  under the terms and conditions of the GNU General Public License,
656cf2635SRahul Lakkireddy  *  version 2, as published by the Free Software Foundation.
756cf2635SRahul Lakkireddy  *
856cf2635SRahul Lakkireddy  *  This program is distributed in the hope it will be useful, but WITHOUT
956cf2635SRahul Lakkireddy  *  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1056cf2635SRahul Lakkireddy  *  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
1156cf2635SRahul Lakkireddy  *  more details.
1256cf2635SRahul Lakkireddy  *
1356cf2635SRahul Lakkireddy  *  The full GNU General Public License is included in this distribution in
1456cf2635SRahul Lakkireddy  *  the file called "COPYING".
1556cf2635SRahul Lakkireddy  *
1656cf2635SRahul Lakkireddy  */
1756cf2635SRahul Lakkireddy 
1856cf2635SRahul Lakkireddy #ifndef __CUDBG_ZLIB_H__
1956cf2635SRahul Lakkireddy #define __CUDBG_ZLIB_H__
2056cf2635SRahul Lakkireddy 
2156cf2635SRahul Lakkireddy static inline int cudbg_compress_buff(struct cudbg_init *pdbg_init,
2256cf2635SRahul Lakkireddy 				      struct cudbg_buffer *pin_buff,
2356cf2635SRahul Lakkireddy 				      struct cudbg_buffer *pout_buff)
2456cf2635SRahul Lakkireddy {
2556cf2635SRahul Lakkireddy 	return 0;
2656cf2635SRahul Lakkireddy }
2756cf2635SRahul Lakkireddy #endif /* __CUDBG_ZLIB_H__ */
28