psputility_netmodules.h

Go to the documentation of this file.
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  *  psputility_netmodules.h - Load network modules from user mode on 2.xx+
00007  *
00008  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
00009  *
00010  * $Id: psputility_netmodules.h 2002 2006-09-16 16:49:57Z jim $
00011  */
00012 #ifndef __PSPUTILITY_NETMODULES_H__
00013 #define __PSPUTILITY_NETMODULES_H__
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018 
00019 #include <psptypes.h>
00020 
00021 #define PSP_NET_MODULE_COMMON 1
00022 #define PSP_NET_MODULE_ADHOC 2
00023 #define PSP_NET_MODULE_INET 3
00024 #define PSP_NET_MODULE_PARSEURI 4
00025 #define PSP_NET_MODULE_PARSEHTTP 5
00026 #define PSP_NET_MODULE_HTTP 6
00027 #define PSP_NET_MODULE_SSL 7
00028 
00038 int sceUtilityLoadNetModule(int module);
00039 
00047 int sceUtilityUnloadNetModule(int module);
00048 
00049 #ifdef __cplusplus
00050 }
00051 #endif
00052 
00053 #endif

Generated on Tue Jul 24 15:21:23 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2