Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/as.h

    r83b6ba9f r1558d85  
    4242#include <arch/mm/asid.h>
    4343#include <arch/istate.h>
    44 #include <typedefs.h>
    4544#include <synch/spinlock.h>
    4645#include <synch/mutex.h>
     
    4847#include <adt/btree.h>
    4948#include <lib/elf.h>
     49#include <arch.h>
     50
     51#define AS                   THE->as
     52
    5053
    5154/**
Note: See TracChangeset for help on using the changeset viewer.