Subversion Repositories shark

Rev

Rev 80 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
80 pj 1
#include "ll/sys/cdefs.h"
2
 
3
__BEGIN_DECLS
2 pj 4
int trident_test(void);
5
void trident_setpage(int page);
6
void trident_showinfo(void);
7
DWORD trident_getmem(void);
80 pj 8
__END_DECLS