Subversion Repositories HelenOS-historic

Rev

Rev 534 | Rev 763 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 534 Rev 540
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __amd64_FRAME_H__
29
#ifndef __amd64_FRAME_H__
30
#define __amd64_FRAME_H__
30
#define __amd64_FRAME_H__
31
 
31
 
-
 
32
#ifndef __ASM__
-
 
33
#include <arch/types.h>
-
 
34
#endif /* __ASM__ */
-
 
35
 
32
#define FRAME_SIZE      4096
36
#define FRAME_SIZE      4096
33
 
37
 
34
#ifndef __ASM__
38
#ifndef __ASM__
-
 
39
extern __address last_frame;
35
extern void frame_arch_init(void);
40
extern void frame_arch_init(void);
36
#endif
41
#endif /* __ASM__ */
37
 
42
 
38
#endif
43
#endif