Subversion Repositories HelenOS

Rev

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

Rev 2356 Rev 2357
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
/** @addtogroup arm32  
29
/** @addtogroup arm32  
30
 * @{
30
 * @{
31
 */
31
 */
-
 
32
/** @file
32
/** @file Bootinfo declarations.
33
 *  @brief Bootinfo declarations.
33
 *
34
 *
34
 *  Reflects boot/arch/arm32/loader/mm.h.
35
 *  Reflects boot/arch/arm32/loader/main.h.
35
 */
36
 */
36
 
37
 
37
#ifndef KERN_arm32_BOOT_H_
38
#ifndef KERN_arm32_BOOT_H_
38
#define KERN_arm32_BOOT_H_
39
#define KERN_arm32_BOOT_H_
39
 
40