2010-08-30 06:30:57 +00:00
|
|
|
struct arm7comm_t
|
2010-08-15 21:15:59 +00:00
|
|
|
{
|
|
|
|
int code;
|
|
|
|
u32 offender;
|
|
|
|
char message[1024];
|
2010-08-30 06:30:57 +00:00
|
|
|
u32 firmwareId;
|
|
|
|
};
|
2010-08-15 21:15:59 +00:00
|
|
|
|
2010-08-30 02:21:39 +00:00
|
|
|
//#define arm7comm ( (arm7comm_t*)0x02200000 )
|