00001 /* 00002 * PSP Software Development Kit - http://www.pspdev.org 00003 * ----------------------------------------------------------------------- 00004 * Licensed under the BSD license, see LICENSE in PSPSDK root for details. 00005 * 00006 * psputilsforkernel.h - Include file for UtilsForKernel 00007 * 00008 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca> 00009 * Copyright (c) 2005 adresd 00010 * 00011 * $Id: psputilsforkernel.h 1095 2005-09-27 21:02:16Z jim $ 00012 */ 00013 00014 #ifndef __PSPUTILSFORKERNEL_H__ 00015 #define __PSPUTILSFORKERNEL_H__ 00016 00017 #ifdef __cplusplus 00018 extern "C" { 00019 #endif 00020 00030 int sceKernelGzipDecompress(u8 *dest, u32 destSize, const u8 *src, u32 unknown); 00031 00032 #ifdef __cplusplus 00033 } 00034 #endif 00035 00036 #endif