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 * pspsdk.h - Interface to the PSPSDK utility library. 00007 * 00008 * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org> 00009 * Copyright (c) 2005 James Forshaw <tyranid@gmail.com> 00010 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca> 00011 * 00012 * $Id: pspsdk.h 1095 2005-09-27 21:02:16Z jim $ 00013 */ 00014 00015 #ifndef PSPSDK_H 00016 #define PSPSDK_H 00017 00018 #include <pspkerneltypes.h> 00019 #include <pspmodulemgr.h> 00020 00021 #ifdef __cplusplus 00022 extern "C" { 00023 #endif 00024 00029 00041 int pspSdkQueryModuleInfoV1(SceUID uid, SceKernelModuleInfo *modinfo); 00042 00043 00052 int pspSdkInstallNoDeviceCheckPatch(void); 00053 00061 int pspSdkInstallNoPlainModuleCheckPatch(void); 00062 00065 #ifdef __cplusplus 00066 } 00067 #endif 00068 00069 #endif /* PSPSDK_H */