Subversion Repositories HelenOS

Rev

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

Rev 1856 Rev 1860
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#ifndef __sparc64_CONTEXT_H__
35
#ifndef KERN_sparc64_CONTEXT_H_
36
#define __sparc64_CONTEXT_H__
36
#define KERN_sparc64_CONTEXT_H_
37
 
37
 
38
#ifndef __sparc64_STACK_H__
38
#ifndef KERN_sparc64_STACK_H_
39
# include <arch/stack.h>
39
# include <arch/stack.h>
40
#endif
40
#endif
41
 
41
 
42
#ifndef __sparc64_TYPES_H__
42
#ifndef KERN_sparc64_TYPES_H_
43
# include <arch/types.h>
43
# include <arch/types.h>
44
#endif
44
#endif
45
 
45
 
46
#ifndef __ALIGN_H__
46
#ifndef KERN_ALIGN_H_
47
# include <align.h>
47
# include <align.h>
48
#endif
48
#endif
49
 
49
 
50
#define SP_DELTA    STACK_WINDOW_SAVE_AREA_SIZE
50
#define SP_DELTA    STACK_WINDOW_SAVE_AREA_SIZE
51
 
51