Subversion Repositories HelenOS

Rev

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

Rev 2721 Rev 2723
Line 44... Line 44...
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
 
47
 
48
extern void frame_arch_init(void);
48
extern void frame_arch_init(void);
49
#define physmem_print()
49
extern void physmem_print(void);
50
 
50
 
51
#endif /* __ASM__ */
51
#endif /* __ASM__ */
52
#endif /* KERNEL */
52
#endif /* KERNEL */
53
 
53
 
54
#endif
54
#endif