Subversion Repositories HelenOS

Rev

Rev 4343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4343 Rev 4346
Line 35... Line 35...
35
 
35
 
36
#ifndef KERN_arm32_ASM_BOOT_H_
36
#ifndef KERN_arm32_ASM_BOOT_H_
37
#define KERN_arm32_ASM_BOOT_H_
37
#define KERN_arm32_ASM_BOOT_H_
38
 
38
 
39
/** Size of a temporary stack used for initial kernel start. */
39
/** Size of a temporary stack used for initial kernel start. */
40
#define TEMP_STACK_SIZE 0x100
40
#define TEMP_STACK_SIZE  0x100
41
 
41
 
42
#endif
42
#endif
43
 
43
 
44
/** @}
44
/** @}
45
 */
45
 */