Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2406 → Rev 2407

/branches/arm/kernel/arch/arm32/include/interrupt.h
30,6 → 30,7
* @{
*/
/** @file
* @brief Interrupt control routines declarations.
*/
 
#ifndef KERN_arm32_INTERRUPT_H_
37,7 → 38,10
 
#include <arch/types.h>
 
/** Initial size of exception dispatch table. */
#define IVT_ITEMS 6
 
/** Index of the first item in exception dispatch table. */
#define IVT_FIRST 0