Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1866
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#ifndef __LIBC__ia64THREAD_H__
35
#ifndef LIBC_ia64THREAD_H_
36
#define __LIBC__ia64THREAD_H__
36
#define LIBC_ia64THREAD_H_
37
 
37
 
38
#define THREAD_INITIAL_STACK_PAGES_NO 2
38
#define THREAD_INITIAL_STACK_PAGES_NO 2
39
 
39
 
40
/* This structure must be exactly 16 bytes long */
40
/* This structure must be exactly 16 bytes long */
41
typedef struct {
41
typedef struct {
Line 59... Line 59...
59
 
59
 
60
#endif
60
#endif
61
 
61
 
62
 /** @}
62
/** @}
63
 */
63
 */
64
 
-