Added macros in MMU, better indentation, added some coments, etc...

This commit is contained in:
thoduv 2006-06-29 21:59:20 +00:00
parent 2407041022
commit 6a1571275e
1 changed files with 4 additions and 0 deletions

View File

@ -84,4 +84,8 @@ typedef int BOOL;
#define FALSE 0
#endif
#ifdef __GNUC__
#define PACKED __attribute__((packed))
#endif
#endif