comparison TaskManager/kernel/ppe/DmaBuffer.h @ 899:586b4f825f24

minor fix..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 22:20:02 +0900
parents bed529c55eda
children
comparison
equal deleted inserted replaced
898:ae9231be6dbd 899:586b4f825f24
16 int flag; // variable that select buffer[0 or 1] 16 int flag; // variable that select buffer[0 or 1]
17 17
18 /* functions */ 18 /* functions */
19 void swap_buffer(void); 19 void swap_buffer(void);
20 void get_buffer(void*); 20 void get_buffer(void*);
21 } __attribute__ ((aligned (DEFAULT_ALIGNMENT))); 21 } ;
22 22
23 #endif 23 #endif