Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1789
Line 28... Line 28...
28
 
28
 
29
#include "main.h" 
29
#include "main.h" 
30
#include <printf.h>
30
#include <printf.h>
31
#include "asm.h"
31
#include "asm.h"
32
#include "_components.h"
32
#include "_components.h"
-
 
33
#include <ofw.h>
33
 
34
 
34
#define HEAP_GAP 1024000
35
#define HEAP_GAP 1024000
35
 
36
 
36
bootinfo_t bootinfo;
37
bootinfo_t bootinfo;
37
 
38