Subversion Repositories HelenOS-historic

Rev

Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1702 Rev 1780
Line 42... Line 42...
42
#ifdef KERNEL
42
#ifdef KERNEL
43
#ifndef __ASM__
43
#ifndef __ASM__
44
 
44
 
45
#include <arch/types.h>
45
#include <arch/types.h>
46
 
46
 
47
extern __address last_frame;
47
extern uintptr_t last_frame;
48
 
48
 
49
extern void frame_arch_init(void);
49
extern void frame_arch_init(void);
50
 
50
 
51
#endif /* __ASM__ */
51
#endif /* __ASM__ */
52
#endif /* KERNEL */
52
#endif /* KERNEL */