Subversion Repositories HelenOS

Rev

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

Rev 2927 Rev 4343
Line 42... Line 42...
42
#ifndef __ASM__
42
#ifndef __ASM__
43
 
43
 
44
#include <arch/types.h>
44
#include <arch/types.h>
45
 
45
 
46
extern uintptr_t last_frame;
46
extern uintptr_t last_frame;
-
 
47
extern uintptr_t end_frame;
47
 
48
 
48
extern void frame_arch_init(void);
49
extern void frame_arch_init(void);
49
extern void physmem_print(void);
50
extern void physmem_print(void);
50
 
51
 
51
#endif /* __ASM__ */
52
#endif /* __ASM__ */