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 * pspopenpsid.h - Prototypes for the OpenPSID library 00007 * 00008 * Copyright (c) 2008 InsertWittyName (David Perry) 00009 * 00010 */ 00011 00012 #ifndef __PSPOPENPSID_H__ 00013 #define __PSPOPENPSID_H__ 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00019 typedef struct PspOpenPSID 00020 { 00021 unsigned char data[16]; 00022 } PspOpenPSID; 00023 00024 int sceOpenPSIDGetOpenPSID(PspOpenPSID *openpsid); 00025 00026 #ifdef __cplusplus 00027 } 00028 #endif 00029 00030 #endif /* __PSPOPENPSID_H__ */
1.7.1