uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
pspmoduleexport.h
1/* Copyright (C) 2011, 2012 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
5#ifndef PSPMODULEEXPORT_H
6#define PSPMODULEEXPORT_H
7
10 const char * name;
11 unsigned short version;
12 unsigned short attribute;
13 unsigned char entLen;
14 unsigned char varCount;
15 unsigned short funcCount;
16 const void * entrytable;
17};
18
19#endif
20
Definition pspmoduleexport.h:9