Rev 3022 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3022 | Rev 4537 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #ifndef LIBC_arm32_FIBRIL_H_ |
36 | #ifndef LIBC_arm32_FIBRIL_H_ |
| 37 | #define LIBC_arm32_FIBRIL_H_ |
37 | #define LIBC_arm32_FIBRIL_H_ |
| 38 | 38 | ||
| 39 | #include <sys/types.h> |
39 | #include <sys/types.h> |
| 40 | #include <align.h> |
40 | #include <align.h> |
| 41 | #include "thread.h" |
41 | #include <thread.h> |
| 42 | 42 | ||
| 43 | /** Size of a stack item */ |
43 | /** Size of a stack item */ |
| 44 | #define STACK_ITEM_SIZE 4 |
44 | #define STACK_ITEM_SIZE 4 |
| 45 | 45 | ||
| 46 | /** Stack alignment - see <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for details */ |
46 | /** Stack alignment - see <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for details */ |