Subversion Repositories HelenOS

Rev

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

Rev 2482 Rev 2541
Line 34... Line 34...
34
 */
34
 */
35
 
35
 
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 <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