Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2406 → Rev 2407

/branches/arm/kernel/arch/arm32/include/exception.h
31,6 → 31,7
* @{
*/
/** @file
* @brief Exception declarations
*/
 
#ifndef KERN_arm32_EXCEPTION_H_
39,7 → 40,7
#include <arch/types.h>
#include <arch/regutils.h>
 
 
/** If defined, macro forces using of high exception vectors. */
#define HIGH_EXCEPTION_VECTORS
 
#ifdef HIGH_EXCEPTION_VECTORS