Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 651
Line 29... Line 29...
29
#ifndef __ppc32_ARCH_H__
29
#ifndef __ppc32_ARCH_H__
30
#define __ppc32_ARCH_H__
30
#define __ppc32_ARCH_H__
31
 
31
 
32
#include <genarch/ofw/ofw.h>
32
#include <genarch/ofw/ofw.h>
33
 
33
 
34
#ifdef early_mapping
-
 
35
#undef early_mapping
-
 
36
#endif
-
 
37
 
-
 
38
#define early_mapping(stack, size) \
-
 
39
    ofw_claim((void *) stack, size, 0);
-
 
40
 
-
 
41
#endif
34
#endif