Subversion Repositories HelenOS

Rev

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

Rev 2159 Rev 2356
Line 28... Line 28...
28
 
28
 
29
/** @addtogroup arm32  
29
/** @addtogroup arm32  
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
-
 
33
 *  @brief Included in assembly boot source.
33
 */
34
 */
34
 
35
 
35
#ifndef KERN_arm32_ASM_BOOT_H_
36
#ifndef KERN_arm32_ASM_BOOT_H_
36
#define KERN_arm32_ASM_BOOT_H_
37
#define KERN_arm32_ASM_BOOT_H_
37
 
38
 
38
 
39
 
39
/* Temporary stack size for boot process */
40
/** Size of a temporary stack used for boot process. */
40
#define TEMP_STACK_SIZE 0x100
41
#define TEMP_STACK_SIZE 0x100
41
 
42
 
42
#endif
43
#endif
43
 
44
 
44
/** @}
45
/** @}