Subversion Repositories HelenOS-historic

Rev

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

Rev 625 Rev 684
Line 30... Line 30...
30
#include <mm/page.h>
30
#include <mm/page.h>
31
#include <mm/frame.h>
31
#include <mm/frame.h>
32
#include <mm/tlb.h>
32
#include <mm/tlb.h>
33
#include <mm/heap.h>
33
#include <mm/heap.h>
34
#include <arch/mm/page.h>
34
#include <arch/mm/page.h>
-
 
35
#include <genarch/mm/page_pt.h>
35
#include <arch/mm/asid.h>
36
#include <arch/mm/asid.h>
36
#include <arch/mm/vm.h>
37
#include <arch/mm/vm.h>
37
#include <arch/types.h>
38
#include <arch/types.h>
38
#include <typedefs.h>
39
#include <typedefs.h>
39
#include <synch/spinlock.h>
40
#include <synch/spinlock.h>