pspnet.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  * pspnet.h - PSP networking libraries.
00007  *
00008  * Copyright (c) 2005 Marcus R. Brown <mrbrown@0xd6.org>
00009  *
00010  * Portions based on PspPet's wifi_03 sample code.
00011  * 
00012  * $Id: pspnet.h 1663 2006-01-08 23:35:29Z tyranid $
00013  */
00014 
00015 #ifndef PSPNET_H
00016 #define PSPNET_H
00017 
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021 
00022 int sceNetInit(int unk1, int unk2, int unk3, int unk4, int unk5);
00023 int sceNetTerm(void);
00024 
00025 int sceNetEtherNtostr(unsigned char *mac, char *name);
00026 
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030 
00031 #endif /* PSPNET_H */

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