Mercurial > hg > Members > kono > Cerium
diff include/TaskManager/ppe_spe.h @ 42:aa11038dbdc1
*** empty log message ***
author | gongo |
---|---|
date | Thu, 14 Feb 2008 18:27:37 +0900 |
parents | 2356238ebea7 |
children | f154d9d07a42 |
line wrap: on
line diff
--- a/include/TaskManager/ppe_spe.h Wed Feb 13 23:49:08 2008 +0900 +++ b/include/TaskManager/ppe_spe.h Thu Feb 14 18:27:37 2008 +0900 @@ -1,6 +1,9 @@ /** * Alignment value and macro for DMA transfer in SPE */ +#ifndef INCLUDED_TYPES +#define INCLUDED_TYPES + #define SPE_ALIGNMENT 16 #define SPE_ALIGNMENT_FULL 128 #define SPE_ALIGN __attribute__((aligned(SPE_ALIGNMENT))) @@ -16,3 +19,5 @@ MY_SPE_STATUS_BUSY, MY_SPE_STATUS_READY }; + +#endif