Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 4342 → Rev 4343

/branches/dynload/kernel/arch/mips32/include/mm/frame.h
41,9 → 41,13
#ifdef KERNEL
#ifndef __ASM__
 
#include <typedefs.h>
 
extern void frame_arch_init(void);
extern void physmem_print(void);
 
extern uintptr_t end_frame;
 
#endif /* __ASM__ */
#endif /* KERNEL */