Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1948 → Rev 1888

/trunk/kernel/arch/mips32/include/exception.h
35,7 → 35,10
#ifndef KERN_mips32_EXCEPTION_H_
#define KERN_mips32_EXCEPTION_H_
 
#ifndef KERN_mips32_TYPES_H_
#include <arch/types.h>
#endif
 
#include <typedefs.h>
#include <arch/cp0.h>