~maresja1/helenos/qemu_porting

« back to all changes in this revision

Viewing changes to kernel/arch/ia64/include/mm/frame.h

  • Committer: Martin Decky
  • Date: 2011-08-09 18:08:23 UTC
  • Revision ID: martin@decky.cz-20110809180823-yf3gc26yqs7p30sq
do not provide general access to kernel headers from uspace, only allow specific headers to be accessed or shared
externalize headers which serve as kernel/uspace API/ABI into a special tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#define FRAME_WIDTH  14  /* 16K */
39
39
#define FRAME_SIZE   (1 << FRAME_WIDTH)
40
40
 
41
 
#ifdef KERNEL
42
41
#ifndef __ASM__
43
42
 
44
43
#include <typedefs.h>
49
48
#define physmem_print()
50
49
 
51
50
#endif /* __ASM__ */
52
 
#endif /* KERNEL */
53
51
 
54
52
#endif
55
53