Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1779 → Rev 1780

/kernel/trunk/arch/amd64/include/mm/frame.h
44,7 → 44,7
 
 
#ifndef __ASM__
extern __address last_frame;
extern uintptr_t last_frame;
extern void frame_arch_init(void);
#endif /* __ASM__ */