Subversion Repositories HelenOS

Rev

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

Rev 115 Rev 139
Line 31... Line 31...
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
#include <typedefs.h>
33
#include <typedefs.h>
34
#include <mm/page.h>
34
#include <mm/page.h>
35
#include <synch/spinlock.h>
35
#include <synch/spinlock.h>
-
 
36
#include <arch/boot/memmap.h>
36
 
37
 
37
extern __u32 interrupt_handler_size;
38
extern __u32 interrupt_handler_size;
38
 
39
 
39
extern void paging_on(void);
40
extern void paging_on(void);
40
 
41