Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2355 → Rev 2356

/branches/arm/kernel/arch/arm32/include/asm/boot.h
30,6 → 30,7
* @{
*/
/** @file
* @brief Included in assembly boot source.
*/
 
#ifndef KERN_arm32_ASM_BOOT_H_
36,7 → 37,7
#define KERN_arm32_ASM_BOOT_H_
 
 
/* Temporary stack size for boot process */
/** Size of a temporary stack used for boot process. */
#define TEMP_STACK_SIZE 0x100
 
#endif