pspsdk-1.0+beta2
pspopenpsid.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspopenpsid.h - Prototypes for the OpenPSID library
7  *
8  * Copyright (c) 2008 InsertWittyName (David Perry)
9  *
10  */
11 
12 #ifndef __PSPOPENPSID_H__
13 #define __PSPOPENPSID_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 typedef struct PspOpenPSID
20 {
21  unsigned char data[16];
22 } PspOpenPSID;
23 
24 int sceOpenPSIDGetOpenPSID(PspOpenPSID *openpsid);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif /* __PSPOPENPSID_H__ */