Subversion Repositories HelenOS-historic

Rev

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

Rev 157 Rev 159
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (C) 2001-2004 Martin Decky
2
 * Copyright (C) 2005 Martin Decky
3
 * All rights reserved.
3
 * All rights reserved.
4
 *
4
 *
5
 * Redistribution and use in source and binary forms, with or without
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
6
 * modification, are permitted provided that the following conditions
7
 * are met:
7
 * are met:
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __ppc_PAGE_H__
29
#ifndef __ppc_PAGE_H__
30
#define __ppc_PAGE_H__
30
#define __ppc_PAGE_H__
31
 
31
 
32
 
-
 
33
 
-
 
34
#include <mm/page.h>
32
#include <mm/page.h>
35
#include <arch/mm/frame.h>
33
#include <arch/mm/frame.h>
36
#include <arch/types.h>
34
#include <arch/types.h>
37
 
35
 
38
#define PAGE_SIZE   FRAME_SIZE
36
#define PAGE_SIZE   FRAME_SIZE