Subversion Repositories HelenOS

Rev

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

Rev 540 Rev 566
Line 31... Line 31...
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
 
33
 
34
#define FRAME_SIZE  4096
34
#define FRAME_SIZE  4096
35
 
35
 
36
extern __address bootstrap_dba;
-
 
37
extern __address last_frame;
36
extern __address last_frame;
38
 
37
 
39
extern void frame_arch_init(void);
38
extern void frame_arch_init(void);
40
 
39
 
41
#endif
40
#endif