Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 762 → Rev 763

/kernel/trunk/arch/amd64/include/mm/frame.h
33,8 → 33,10
#include <arch/types.h>
#endif /* __ASM__ */
 
#define FRAME_SIZE 4096
#define FRAME_WIDTH 12 /* 4K */
#define FRAME_SIZE (1<<FRAME_WIDTH)
 
 
#ifndef __ASM__
extern __address last_frame;
extern void frame_arch_init(void);