PS2SDK
PS2 Homebrew Libraries
freesd.h
1 #ifndef __FREESD_H__
2 #define __FREESD_H__
3 
4 #include "libsd.h"
5 
6 typedef struct
7 {
8  u32 mode;
9  void *data;
10 } IntrData;
11 
12 #endif
IntrData
Definition: freesd.h:6