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 d75ecf4db8
commit 672f4ef5c1
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