Subversion Repositories HelenOS

Rev

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

Rev 1790 Rev 1823
Line 37... Line 37...
37
 
37
 
38
 
38
 
39
#define VMA         0x400000
39
#define VMA         0x400000
40
#define LMA         VMA
40
#define LMA         VMA
41
 
41
 
-
 
42
#ifndef __ASM__
42
#ifndef __LINKER__
43
#ifndef __LINKER__
43
 
44
 
44
#include <arch/types.h>
45
#include <arch/types.h>
45
#include <typedefs.h>
46
#include <typedefs.h>
46
 
47
 
Line 89... Line 90...
89
} bootinfo_t;
90
} bootinfo_t;
90
 
91
 
91
extern bootinfo_t bootinfo;
92
extern bootinfo_t bootinfo;
92
 
93
 
93
#endif
94
#endif
-
 
95
#endif
94
 
96
 
95
#endif
97
#endif
96
 
98
 
97
/** @}
99
/** @}
98
 */
100
 */