Subversion Repositories HelenOS

Rev

Rev 2071 | Rev 3778 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2721
Line 40... Line 40...
40
 
40
 
41
#ifdef KERNEL
41
#ifdef KERNEL
42
#ifndef __ASM__
42
#ifndef __ASM__
43
 
43
 
44
extern void frame_arch_init(void);
44
extern void frame_arch_init(void);
-
 
45
#define physmem_print()
45
 
46
 
46
#define ARCH_STACK_FRAMES TWO_FRAMES
47
#define ARCH_STACK_FRAMES TWO_FRAMES
47
 
48
 
48
#endif /* __ASM__ */
49
#endif /* __ASM__ */
49
#endif /* KERNEL */
50
#endif /* KERNEL */