Subversion Repositories HelenOS

Rev

Rev 2287 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2287 Rev 2288
Line 35... Line 35...
35
 
35
 
36
#ifndef LIBC_arm32_PSTHREAD_H_
36
#ifndef LIBC_arm32_PSTHREAD_H_
37
#define LIBC_arm32_PSTHREAD_H_
37
#define LIBC_arm32_PSTHREAD_H_
38
 
38
 
39
#include <types.h>
39
#include <types.h>
-
 
40
#include <align.h>
40
#define STACK_ITEM_SIZE     4
41
#define STACK_ITEM_SIZE     4
41
 
42
 
42
/** see <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for details */
43
/** see <a href="http://www.arm.com/support/faqdev/14269.html">ABI</a> for details */
43
#define STACK_ALIGNMENT     8
44
#define STACK_ALIGNMENT     8
44
 
45