Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 35... Line 35...
35
#ifndef LIBC_AS_H_
35
#ifndef LIBC_AS_H_
36
#define LIBC_AS_H_
36
#define LIBC_AS_H_
37
 
37
 
38
#include <types.h>
38
#include <types.h>
39
#include <task.h>
39
#include <task.h>
40
#include <kernel/arch/mm/as.h>
-
 
41
#include <kernel/mm/as.h>
40
#include <kernel/mm/as.h>
42
#include <libarch/config.h>
41
#include <libarch/config.h>
43
 
42
 
44
#define PAGE_COLOR(va)  (((va) >> PAGE_WIDTH) & ((1 << PAGE_COLOR_BITS) - 1))
43
#define PAGE_COLOR(va)  (((va) >> PAGE_WIDTH) & ((1 << PAGE_COLOR_BITS) - 1))
45
 
44