Added macros for clearing writing to memory

Cleaned DS card implementation (not completely done, to finish)
This commit is contained in:
thoduv 2006-07-02 23:48:39 +00:00
parent 0498d0376d
commit fab2dde45b
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#ifndef __DSCARD_H__
#define __DSCARD_H__
typedef struct
{
u32 adress;
u32 transfer_count;
} nds_dscard;
#endif /*__DSCARD_H__*/