Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1948 → Rev 1947

/trunk/kernel/arch/ppc64/include/exception.h
35,7 → 35,10
#ifndef KERN_ppc64_EXCEPTION_H_
#define KERN_ppc64_EXCEPTION_H_
 
#include <arch/types.h>
#ifndef KERN_ppc64_TYPES_H_
# include <arch/types.h>
#endif
 
#include <typedefs.h>
 
struct istate {
/trunk/kernel/arch/ppc64/include/context.h
35,7 → 35,9
#ifndef KERN_ppc64_CONTEXT_H_
#define KERN_ppc64_CONTEXT_H_
 
#include <arch/types.h>
#ifndef KERN_ppc64_TYPES_H_
# include <arch/types.h>
#endif
 
#define SP_DELTA 16