Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 540
Line 32... Line 32...
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;
36
extern __address bootstrap_dba;
-
 
37
extern __address last_frame;
37
 
38
 
38
extern void frame_arch_init(void);
39
extern void frame_arch_init(void);
39
 
40
 
40
#endif
41
#endif