Mercurial > hg > Game > Cerium
diff include/TaskManager/types.h @ 58:7492eb28b577
*** empty log message ***
author | gongo |
---|---|
date | Sat, 16 Feb 2008 19:40:20 +0900 |
parents | f154d9d07a42 |
children | 519d24aa7ac8 |
line wrap: on
line diff
--- a/include/TaskManager/types.h Sat Feb 16 19:40:20 2008 +0900 +++ b/include/TaskManager/types.h Sat Feb 16 19:40:20 2008 +0900 @@ -13,6 +13,8 @@ (((value) + ((alignment) - 1))&(~((alignment)-1))) #define DEFAULT_ALIGNMENT SPE_ALIGNMENT +#define DMA_MAX_SIZE 16384 + enum { MY_SPE_COMMAND_EXIT, MY_SPE_COMMAND_GO,