pspsdk-1.0+beta2
pspmoduleexport.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  * pspmoduleexport.h - Definitions for the .rodata.sceResident section.
7  *
8  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
9  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
10  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
11  *
12  * $Id: pspmoduleexport.h 1095 2005-09-27 21:02:16Z jim $
13  */
14 
15 #ifndef PSP_MODEXPORT_H_
16 #define PSP_MODEXPORT_H_
17 
20  const char * name;
21  unsigned short version;
22  unsigned short attribute;
23  unsigned char entLen;
24  unsigned char varCount;
25  unsigned short funcCount;
26  void * entrytable;
27 };
28 
29 #endif