Subversion Repositories HelenOS-historic

Rev

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

Rev 1267 Rev 1288
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __ppc32_INTERRUPT_H__
29
#ifndef __ppc32_INTERRUPT_H__
30
#define __ppc32_INTERRUPT_H__
30
#define __ppc32_INTERRUPT_H__
31
 
31
 
-
 
32
#include <arch/exception.h>
-
 
33
 
32
#define IRQ_COUNT   1
34
#define IRQ_COUNT   1
33
#define IVT_ITEMS   15
35
#define IVT_ITEMS   15
34
#define INT_OFFSET  0
36
#define INT_OFFSET  0
35
 
37
 
36
#define VECTOR_DECREMENTER 10
38
#define VECTOR_DECREMENTER 10